aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Reads.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Reads.elm')
-rw-r--r--src/client/elm/Reads.elm10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/elm/Reads.elm b/src/client/elm/Reads.elm
deleted file mode 100644
index f855802..0000000
--- a/src/client/elm/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