X-Git-Url: https://git.hcoop.net/jackhill/mal.git/blobdiff_plain/a836d8f33871e1e840f54aa79df32482ef24ec3c..6a4627fb6bfa9b6db6332366a28afff0aa4f2d76:/fsharp/step2_eval.fs diff --git a/fsharp/step2_eval.fs b/fsharp/step2_eval.fs index 99773177..de046224 100644 --- a/fsharp/step2_eval.fs +++ b/fsharp/step2_eval.fs @@ -19,6 +19,7 @@ module REPL let print v = v + |> Seq.singleton |> Printer.pr_str |> printfn "%s"