diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-11-27 16:21:27 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-11-27 16:21:27 +0000 |
| commit | 854fe0aac10c56372f2e185ab9b68379c232d33b (patch) | |
| tree | 203a687ac18b5188d96b8ee1e15920980dde5e2f /examples/logic/ProoftextEng.gf | |
| parent | a5232f7e5b8f6ca988696f3870f019113edb8d90 (diff) | |
AdvS and for_Prep in resource (except Russian)
Diffstat (limited to 'examples/logic/ProoftextEng.gf')
| -rw-r--r-- | examples/logic/ProoftextEng.gf | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/examples/logic/ProoftextEng.gf b/examples/logic/ProoftextEng.gf index 02ad3492f..9ccd7a410 100644 --- a/examples/logic/ProoftextEng.gf +++ b/examples/logic/ProoftextEng.gf @@ -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) ; + + +} |
