diff options
Diffstat (limited to 'app/Frontend.hs')
| -rw-r--r-- | app/Frontend.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Frontend.hs b/app/Frontend.hs index a5fa71f..39689f2 100644 --- a/app/Frontend.hs +++ b/app/Frontend.hs @@ -49,7 +49,7 @@ interpret = (>> return True) . lex underscore <- findAtom "_" prlgv <- withStrTable $ \st -> - (st, C.variablizePrlg underscore (C.varIds st prlgi) prlgi) + (st, C.squashVars $ C.variablizePrlg underscore st prlgi) compile prlgv compile prlgv = do commaId <- findStruct "," 2 |
