diff options
Diffstat (limited to 'app/Frontend.hs')
| -rw-r--r-- | app/Frontend.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Frontend.hs b/app/Frontend.hs index d4c3dbd..cea9976 100644 --- a/app/Frontend.hs +++ b/app/Frontend.hs @@ -92,6 +92,7 @@ interpreter = (Interp { defs = M.empty , ops = [] + , opstash = [] , strtable = IR.emptystrtable , cur = error "no cur" , cho = [] |
