summaryrefslogtreecommitdiff
path: root/examples/logic/ProoftextEng.gf
blob: 02ad3492fd8eee9374d9c99850939f7364cc9ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--# -path=.:mathematical:present:resource-1.0/api:prelude

instance ProoftextEng of Prooftext = open 
  LexTheoryEng, 
  GrammarEng, 
  SymbolicEng, 
  SymbolEng, 
  (C=ConstructX),
  CombinatorsEng, 
  ConstructorsEng in {
  }
  ;