mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
English Base implementation with functor
This commit is contained in:
8
examples/tutorial/semantics/BaseIEng.gf
Normal file
8
examples/tutorial/semantics/BaseIEng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:prelude:present:api:mathematical
|
||||
|
||||
concrete BaseIEng of Base = BaseI with
|
||||
(Syntax = SyntaxEng),
|
||||
(Grammar = GrammarEng),
|
||||
(G = GrammarEng),
|
||||
(Symbolic = SymbolicEng),
|
||||
(LexBase = LexBaseEng) ;
|
||||
Reference in New Issue
Block a user