From 2d9320bf71912b2c682c15a8933031394de40936 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 11 Oct 2020 14:12:22 +0530 Subject: handle lists and dottedlists without backtracking --- bin/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Main.hs b/bin/Main.hs index 6207e02..7bb6d84 100644 --- a/bin/Main.hs +++ b/bin/Main.hs @@ -19,7 +19,8 @@ readExpr inp = repl :: IO () repl = do - inp <- readline "(lisk)> " + -- \u2020 † - obelisk + inp <- readline "† " case inp of Nothing -> return () Just ",q" -> return () -- cgit v1.2.3