diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-02-28 15:49:13 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-02-28 15:49:13 +0000 |
| commit | 6248b4a1c79015f2fee994d61240b22fc2ed151e (patch) | |
| tree | 9fd03e014fd6b219e53fbaa6a0494f64554f3d13 /examples/model/MathFre.gf | |
| parent | b7890313963071961bdf4ac45f69a42da8977d95 (diff) | |
model for resource
Diffstat (limited to 'examples/model/MathFre.gf')
| -rw-r--r-- | examples/model/MathFre.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/model/MathFre.gf b/examples/model/MathFre.gf new file mode 100644 index 000000000..87575ba06 --- /dev/null +++ b/examples/model/MathFre.gf @@ -0,0 +1,7 @@ +--# -path=.:api:present:prelude:mathematical + +concrete MathFre of Math = MathI with + (Grammar = GrammarFre), + (Combinators = CombinatorsFre), + (Predication = PredicationFre), + (Lex = LexFre) ; |
