From e4119186fa03a12d8820bc3c03797ac33c71e258 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 20 Jun 2008 10:38:03 +0000 Subject: tutorial semantics example works except one rul --- examples-3.0/tutorial/semantics/LexBase.gf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples-3.0/tutorial/semantics/LexBase.gf (limited to 'examples-3.0/tutorial/semantics/LexBase.gf') diff --git a/examples-3.0/tutorial/semantics/LexBase.gf b/examples-3.0/tutorial/semantics/LexBase.gf new file mode 100644 index 000000000..83713a35f --- /dev/null +++ b/examples-3.0/tutorial/semantics/LexBase.gf @@ -0,0 +1,19 @@ +interface LexBase = open Syntax in { + +oper + even_A : A ; + odd_A : A ; + prime_A : A ; + common_A : A ; + great_A : A ; + equal_A2 : A2 ; + greater_A2 : A2 ; + smaller_A2 : A2 ; + divisible_A2 : A2 ; + number_N : N ; + sum_N2 : N2 ; + product_N2 : N2 ; + divisor_N2 : N2 ; + + none_NP : NP ; --- +} -- cgit v1.2.3