mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
AdvS and for_Prep in resource (except Russian)
This commit is contained in:
@@ -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) ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user