aboutsummaryrefslogtreecommitdiff
path: root/src/client/Reads.elm
blob: 7bc1bbcfce4033f5240a7be6b2d02665d04cc349 (plain)
1
2
3
4
5
6
7
8
9
10
module Reads
  ( readInt
  ) where


import Native.Reads
import Result exposing (Result)

readInt : String -> Result String Int
readInt = Native.Reads.readInt