aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Reads.elm
blob: f855802e929f70d5164554a97892185e634eec68 (plain)
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