diff options
| author | aarne <aarne@chalmers.se> | 2010-09-29 07:16:33 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-09-29 07:16:33 +0000 |
| commit | fe15579b31ae531437dfcb9f692ae8c8dbb7dcb6 (patch) | |
| tree | f2fe1f4131242f0e8e87a079269933c33c9231af /examples/attempto/AttemptoEng.gf | |
| parent | 8fa5a507283c6d4bb12911202f551faa506c68aa (diff) | |
extended Attempto with some constructs
Diffstat (limited to 'examples/attempto/AttemptoEng.gf')
| -rw-r--r-- | examples/attempto/AttemptoEng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/attempto/AttemptoEng.gf b/examples/attempto/AttemptoEng.gf index 19f3654f8..5e13b3aab 100644 --- a/examples/attempto/AttemptoEng.gf +++ b/examples/attempto/AttemptoEng.gf @@ -1,6 +1,6 @@ --# -path=.:present -concrete AttemptoEng of Attempto = SymbolsC ** AttemptoI with +concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI with (Syntax = SyntaxEng), (Symbolic = SymbolicEng), (LexAttempto = LexAttemptoEng) ; |
