module Reads ( readInt ) where import Native.Reads import Result exposing (Result) readInt : String -> Maybe Int readInt = Native.Reads.readInt