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
/
City.gf
blob: b8023ac84ed94a1eddb36ec22048f0ccab9a994a (
plain
)
1
2
3
4
5
6
7
abstract City = { cat City ; fun MkCity : String -> City ; } ;