mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
Add case for when pre is not followed by anything
This commit is contained in:
@@ -12,4 +12,5 @@ concrete PreCnc of Pre = {
|
||||
} } ;
|
||||
the = { s = "the" } ;
|
||||
mkS det n = { s = det.s ++ n.s } ;
|
||||
detS det = { s = det.s } ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user