summaryrefslogtreecommitdiff
path: root/examples/attempto/TestAttemptoEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-11-03 16:51:43 +0000
committeraarne <aarne@cs.chalmers.se>2008-11-03 16:51:43 +0000
commit44ad7596b6e151000ef6155bbdc697c1896c5de8 (patch)
tree29521e5ac0d62219f17e9b8e888b43723f08b209 /examples/attempto/TestAttemptoEng.gf
parentbf50b5d70d94e03e17ff18efc473ce5171a58586 (diff)
missing constructions in Attempto grammars added
Diffstat (limited to 'examples/attempto/TestAttemptoEng.gf')
-rw-r--r--examples/attempto/TestAttemptoEng.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/attempto/TestAttemptoEng.gf b/examples/attempto/TestAttemptoEng.gf
index 75c1c4755..bf7333307 100644
--- a/examples/attempto/TestAttemptoEng.gf
+++ b/examples/attempto/TestAttemptoEng.gf
@@ -76,6 +76,8 @@ lin mary_PN = mkPN "mary" ;
lin machine_N = mkkN "machine" ;
lin correct_A = mkA "correct" ;
+lin kilogram_Unit = mkkN "kilogram" ;
+
oper mkkN : Str -> CN = \n -> mkCN (ParadigmsEng.mkN n) ;
lin