summaryrefslogtreecommitdiff
path: root/examples/tutorial/embedded/MathEng.gf
blob: ac332fef73b001c708e0a7e21a51966611f17096 (plain)
1
2
3
4
5
6
--# -path=.:present:prelude:mathematical

concrete MathEng of Math = MathI with
  (Syntax = SyntaxEng), 
  (Symbol = SymbolEng),
  (LexMath = LexMathEng) ;