summaryrefslogtreecommitdiff
path: root/examples/logic/ProoftextEng.gf
blob: 9ccd7a410d76009d607c564b4de023dfad5f4d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--# -path=.:mathematical:present:resource-1.0/api:prelude

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

oper
  mkLabel : Str -> Label = \s -> UsePN (P.regPN s) ;


}