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
/
testsuite
/
compiler
/
check
/
restricted-inheritance
/
A.gf
blob: 4e8e7780b6402284bea2eee9f089b540a9696a70 (
plain
)
1
2
3
4
5
6
7
8
abstract A = { cat A1; A2 ; fun f1 : A1 ; f2 : A1 ; g : A2 ; }