forked from GitHub/gf-core
20 lines
328 B
Plaintext
20 lines
328 B
Plaintext
--# -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) ;
|
|
|
|
|
|
}
|