forked from GitHub/gf-core
Moved the different versions of the toy0 concrete modules to different subdirectories.
This commit is contained in:
16
examples/regulus/toy0/no-functor/Toy0Fin0.gf
Normal file
16
examples/regulus/toy0/no-functor/Toy0Fin0.gf
Normal file
@@ -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" ;
|
||||
}
|
||||
Reference in New Issue
Block a user