summaryrefslogtreecommitdiff
path: root/examples/tutorial/old/semantics/BaseIEng.gf
blob: a73bd44c6c54903dd7f4685da37b1031223e77ed (plain)
1
2
3
4
5
6
7
8
--# -path=.:prelude:present:api:mathematical

concrete BaseIEng of Base = BaseI with
  (Syntax = SyntaxEng), 
  (Grammar = GrammarEng), 
  (G = GrammarEng), 
  (Symbolic = SymbolicEng), 
  (LexBase = LexBaseEng) ;