AdvS and for_Prep in resource (except Russian)

This commit is contained in:
aarne
2006-11-27 16:21:27 +00:00
parent a5232f7e5b
commit 854fe0aac1
3 changed files with 29 additions and 10 deletions

View File

@@ -1,12 +1,19 @@
--# -path=.:mathematical:present:resource-1.0/api:prelude
instance ProoftextEng of Prooftext = open
LexTheoryEng,
GrammarEng,
SymbolicEng,
SymbolEng,
(C=ConstructX),
CombinatorsEng,
ConstructorsEng in {
}
;
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) ;
}