forked from GitHub/gf-core
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