Files
gf-core/testsuite/runtime/linearize/Test.gf
2009-06-18 17:47:06 +00:00

9 lines
95 B
Plaintext

abstract Test = {
cat P ;
cat E ;
fun Exist : (E -> P) -> P ;
Even : E -> P ;
}