fsharp: step 2: Eval tests pass. Still need to polish things up.
[jackhill/mal.git] / fsharp / step1_read_print.fs
index 1248d46..9045525 100644 (file)
@@ -5,7 +5,7 @@ module REPL
         try
             Reader.read_str input
         with
-        | Tokenizer.ReaderError(msg) ->
+        | Types.ReaderError(msg) ->
             printfn "%s" msg
             []