Minor cleanup

This commit is contained in:
John J. Camilleri
2021-02-03 09:44:15 +01:00
parent 153bffdad7
commit 132f693713
3 changed files with 14 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ mkCanon2lpgf opts gr am = do
C.LiteralValue ll -> case ll of
C.FloatConstant f -> return $ L.LFToken (show f)
C.IntConstant i -> return $ L.LFToken (show i) -- LFInt i ?
C.IntConstant i -> return $ L.LFToken (show i)
C.StrConstant s -> return $ L.LFToken s
C.ErrorValue err -> return $ L.LFError err