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/AttemptoFin.gf | |
| parent | 8fa5a507283c6d4bb12911202f551faa506c68aa (diff) | |
extended Attempto with some constructs
Diffstat (limited to 'examples/attempto/AttemptoFin.gf')
| -rw-r--r-- | examples/attempto/AttemptoFin.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/attempto/AttemptoFin.gf b/examples/attempto/AttemptoFin.gf index 687040243..b03f7b0b1 100644 --- a/examples/attempto/AttemptoFin.gf +++ b/examples/attempto/AttemptoFin.gf @@ -1,6 +1,6 @@ --# -path=.:present -concrete AttemptoFin of Attempto = SymbolsC ** AttemptoI with +concrete AttemptoFin of Attempto = NumeralFin, SymbolsC ** AttemptoI with (Syntax = SyntaxFin), (Symbolic = SymbolicFin), (LexAttempto = LexAttemptoFin) ; |
