1 2 3 4 5 6 7 8 9 10
module Reads ( readInt ) where import Native.Reads import Result exposing (Result) readInt : String -> Maybe Int readInt = Native.Reads.readInt