blob: 6329c1c9c79470891198651bc2f36d022c8c734e (
plain)
1
2
3
4
5
6
7
8
|
--# -path=.:prelude:present:api:mathematical
concrete BaseSwe of Base = BaseI with
(Syntax = SyntaxSwe),
(Grammar = GrammarSwe),
(G = GrammarSwe),
(Symbolic = SymbolicSwe),
(LexBase = LexBaseSwe) ;
|