From 2a53fe50c62d4b7aec0f422998c743f68aa523c1 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Tue, 21 Jul 2015 23:25:58 +0200 Subject: Adding the payment without reloading the page --- src/client/Reads.elm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/client/Reads.elm (limited to 'src/client/Reads.elm') diff --git a/src/client/Reads.elm b/src/client/Reads.elm new file mode 100644 index 0000000..7bc1bbc --- /dev/null +++ b/src/client/Reads.elm @@ -0,0 +1,10 @@ +module Reads + ( readInt + ) where + + +import Native.Reads +import Result exposing (Result) + +readInt : String -> Result String Int +readInt = Native.Reads.readInt -- cgit v1.2.3