mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
fix typo
This commit is contained in:
@@ -812,7 +812,7 @@ value2termM flat xs (VReset ctl v) = do
|
|||||||
return (App (App (QC (mn,identS ("Conj"++cat))) (QC (mn,conj))) t)
|
return (App (App (QC (mn,identS ("Conj"++cat))) (QC (mn,conj))) t)
|
||||||
where
|
where
|
||||||
listify mn cat [t1,t2] = do return (App (App (QC (mn,identS ("Base"++cat))) t1) t2)
|
listify mn cat [t1,t2] = do return (App (App (QC (mn,identS ("Base"++cat))) t1) t2)
|
||||||
listify mn cat (t1:ts) = do t2 <- listify mn id ts
|
listify mn cat (t1:ts) = do t2 <- listify mn cat ts
|
||||||
return (App (App (QC (mn,identS ("Cons"++cat))) t1) t2)
|
return (App (App (QC (mn,identS ("Cons"++cat))) t1) t2)
|
||||||
value2termM flat xs (VError msg) = evalError msg
|
value2termM flat xs (VError msg) = evalError msg
|
||||||
value2termM flat xs (VCRecType lbls) = do
|
value2termM flat xs (VCRecType lbls) = do
|
||||||
|
|||||||
Reference in New Issue
Block a user