mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
simplified 1.5 by removing mathematical/
This commit is contained in:
@@ -1510,7 +1510,8 @@ incomplete resource Constructors = open Grammar in {
|
||||
= \p,i -> TExclMark (PhrUtt NoPConj (UttImpSg p i) NoVoc) TEmpty;
|
||||
mkText : Phr -> Text -> Text -- John walks. ...
|
||||
= TFullStop ;
|
||||
mkText : Text -> Text -> Text = \t,u -> {s = t.s ++ u.s ; lock_Text = <>} ;
|
||||
mkText : Text -> Text -> Text
|
||||
= \t,u -> {s = t.s ++ u.s ; lock_Text = <>} ;
|
||||
} ;
|
||||
|
||||
mkVP = overload {
|
||||
|
||||
Reference in New Issue
Block a user