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/AttemptoFre.gf | |
| parent | 8fa5a507283c6d4bb12911202f551faa506c68aa (diff) | |
extended Attempto with some constructs
Diffstat (limited to 'examples/attempto/AttemptoFre.gf')
| -rw-r--r-- | examples/attempto/AttemptoFre.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/attempto/AttemptoFre.gf b/examples/attempto/AttemptoFre.gf index 9bd7099a3..97eed0c73 100644 --- a/examples/attempto/AttemptoFre.gf +++ b/examples/attempto/AttemptoFre.gf @@ -1,6 +1,6 @@ --# -path=.:present -concrete AttemptoFre of Attempto = SymbolsC ** AttemptoI with +concrete AttemptoFre of Attempto = NumeralFre, SymbolsC ** AttemptoI with (Syntax = SyntaxFre), (Symbolic = SymbolicFre), (LexAttempto = LexAttemptoFre) ; |
