summaryrefslogtreecommitdiff
path: root/app/Frontend.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Frontend.hs')
-rw-r--r--app/Frontend.hs8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/Frontend.hs b/app/Frontend.hs
index 0677889..b1ae79a 100644
--- a/app/Frontend.hs
+++ b/app/Frontend.hs
@@ -87,4 +87,10 @@ interpreter :: InputT IO ()
interpreter =
evalStateT
interpreterStart
- (Interp {defs = M.empty, ops = [], strtable = IR.emptystrtable, cur=error "no cur", cho=[]})
+ (Interp
+ { defs = M.empty
+ , ops = []
+ , strtable = IR.emptystrtable
+ , cur = error "no cur"
+ , cho = []
+ })