diff options
Diffstat (limited to 'src/parser')
| -rw-r--r-- | src/parser/Expr.hs | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
