From e765b97fc483d5e737794a0aa90890ab2a1b2028 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 6 Oct 2008 12:49:13 +0000 Subject: simplified 1.5 by removing mathematical/ --- next-lib/src/api/Constructors.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'next-lib/src/api/Constructors.gf') diff --git a/next-lib/src/api/Constructors.gf b/next-lib/src/api/Constructors.gf index 05f40500c..b34e7a620 100644 --- a/next-lib/src/api/Constructors.gf +++ b/next-lib/src/api/Constructors.gf @@ -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 { -- cgit v1.2.3