From 6248b4a1c79015f2fee994d61240b22fc2ed151e Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 28 Feb 2007 15:49:13 +0000 Subject: model for resource --- examples/model/MathI.gf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/model/MathI.gf (limited to 'examples/model/MathI.gf') diff --git a/examples/model/MathI.gf b/examples/model/MathI.gf new file mode 100644 index 000000000..7acf0f895 --- /dev/null +++ b/examples/model/MathI.gf @@ -0,0 +1,16 @@ +incomplete concrete MathI of Math = + open Grammar, Combinators, Predication, Lex in { + + flags startcat = Prop ; + + lincat + Prop = S ; + Elem = NP ; + + lin + And x y = coord and_Conj x y ; + Even x = PosCl (pred even_A x) ; + Odd x = PosCl (pred odd_A x) ; + Zero = UsePN zero_PN ; + +} -- cgit v1.2.3