blob: 87575ba06e7776a2462642cd4c3b28e7a5fd7ff7 (
plain)
1
2
3
4
5
6
7
|
--# -path=.:api:present:prelude:mathematical
concrete MathFre of Math = MathI with
(Grammar = GrammarFre),
(Combinators = CombinatorsFre),
(Predication = PredicationFre),
(Lex = LexFre) ;
|