mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
Minor cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user