diff options
Diffstat (limited to 'src/client/Reads.elm')
-rw-r--r-- | src/client/Reads.elm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/Reads.elm b/src/client/Reads.elm deleted file mode 100644 index f855802..0000000 --- a/src/client/Reads.elm +++ /dev/null @@ -1,10 +0,0 @@ -module Reads - ( readInt - ) where - - -import Native.Reads -import Result exposing (Result) - -readInt : String -> Maybe Int -readInt = Native.Reads.readInt |