summaryrefslogtreecommitdiff
path: root/examples/regulus/toy0/no-functor
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-06-27 12:38:24 +0000
committerbringert <bringert@cs.chalmers.se>2007-06-27 12:38:24 +0000
commit54d53251718dce4fcfda941eb9c21abe8eb939ed (patch)
treedc5c8eebca401909dcf8dce25bd86bd0d02fe4a6 /examples/regulus/toy0/no-functor
parent67857cb1465cede016bc9a0c0b71b08813089df0 (diff)
Moved the different versions of the toy0 concrete modules to different subdirectories.
Diffstat (limited to 'examples/regulus/toy0/no-functor')
-rw-r--r--examples/regulus/toy0/no-functor/Toy0Fin0.gf16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/regulus/toy0/no-functor/Toy0Fin0.gf b/examples/regulus/toy0/no-functor/Toy0Fin0.gf
new file mode 100644
index 000000000..9a1875124
--- /dev/null
+++ b/examples/regulus/toy0/no-functor/Toy0Fin0.gf
@@ -0,0 +1,16 @@
+--# -path=..:present:prelude
+
+concrete Toy0Fin0 of Toy0 = open SyntaxFin, ParadigmsFin in {
+
+lincat
+ Spec = Det ;
+ Noun = N ;
+ NP = Utt ;
+lin
+ SpecNoun spec noun = mkUtt (SyntaxFin.mkNP spec noun) ;
+
+ One = mkDet one_Quant ;
+ Two = mkDet (mkNum n2_Numeral) ;
+ Felis = mkN "kissa" ;
+ Canis = mkN "koira" ;
+}