diff options
Diffstat (limited to 'src/client/Reads.elm')
-rw-r--r-- | src/client/Reads.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Reads.elm b/src/client/Reads.elm index 7bc1bbc..f855802 100644 --- a/src/client/Reads.elm +++ b/src/client/Reads.elm @@ -6,5 +6,5 @@ module Reads import Native.Reads import Result exposing (Result) -readInt : String -> Result String Int +readInt : String -> Maybe Int readInt = Native.Reads.readInt |