mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
added testcase for linearization with HOAS
This commit is contained in:
9
testsuite/runtime/linearize/Test.gf
Normal file
9
testsuite/runtime/linearize/Test.gf
Normal file
@@ -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