mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
Dutch api modules
This commit is contained in:
6
lib/src/api/CombinatorsDut.gf
Normal file
6
lib/src/api/CombinatorsDut.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsDut = Combinators with
|
||||
(Cat = CatDut),
|
||||
(Structural = StructuralDut),
|
||||
(Constructors = ConstructorsDut) ;
|
||||
3
lib/src/api/ConstructorsDut.gf
Normal file
3
lib/src/api/ConstructorsDut.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsDut = Constructors with (Grammar = GrammarDut) ;
|
||||
5
lib/src/api/SymbolicDut.gf
Normal file
5
lib/src/api/SymbolicDut.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicDut = Symbolic with
|
||||
(Symbol = SymbolDut),
|
||||
(Grammar = GrammarDut) ;
|
||||
4
lib/src/api/SyntaxDut.gf
Normal file
4
lib/src/api/SyntaxDut.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxDut of Syntax = ConstructorsDut, CatDut, StructuralDut, CombinatorsDut ;
|
||||
|
||||
3
lib/src/api/TryDut.gf
Normal file
3
lib/src/api/TryDut.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryDut = SyntaxDut, LexiconDut, ParadigmsDut - [mkAdv,mkOrd] ;
|
||||
Reference in New Issue
Block a user