index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grammars
/
multiple
/
Math.gf
blob: 6e6a48db6fbefd63f36351f84586b37659dea59f (
plain
)
1
2
3
4
5
6
7
abstract Math = { cat Number ; fun MkNumber : Int -> Number ; } ;