forked from GitHub/gf-core
added testcase for linearization with HOAS
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
abstract Test = {
|
||||
|
||||
cat P ;
|
||||
cat E ;
|
||||
|
||||
fun Exist : (E -> P) -> P ;
|
||||
Even : E -> P ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user