English Base implementation with functor

This commit is contained in:
aarne
2007-10-21 10:06:34 +00:00
parent a9472f91e5
commit 087fddc174
2 changed files with 25 additions and 0 deletions

View 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) ;