From 45cada8eade7242eb7f29af7b92858e9a1a7f68b Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 5 Jun 2020 11:37:58 +0200 Subject: Added print environment command, prompt editing and history with haskeline --- src/parser/Expr.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/parser/Expr.hs') diff --git a/src/parser/Expr.hs b/src/parser/Expr.hs index 221d669..5334578 100644 --- a/src/parser/Expr.hs +++ b/src/parser/Expr.hs @@ -1,9 +1,9 @@ module Parser.Expr (exprP) where -import Control.Applicative +import Control.Applicative -import Parser.Core -import Expr +import Expr +import Parser.Core -- Parse expression separated by one infix operator of the operator list -- cgit