mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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) ;
|
|
|
|
|
|
}
|