mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
Fixed several things, e.g. tokenizer.
This commit is contained in:
@@ -144,6 +144,8 @@ ccompute cnc = comp []
|
||||
|
||||
Con c xs -> liftM (Con c) $ mapM compt xs
|
||||
|
||||
K (KS []) -> return E --- should not be needed
|
||||
|
||||
_ -> return t
|
||||
where
|
||||
compt = comp g xs
|
||||
|
||||
Reference in New Issue
Block a user