summaryrefslogtreecommitdiff
path: root/testsuite/runtime/linearize/Test.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runtime/linearize/Test.gf')
-rw-r--r--testsuite/runtime/linearize/Test.gf13
1 files changed, 10 insertions, 3 deletions
diff --git a/testsuite/runtime/linearize/Test.gf b/testsuite/runtime/linearize/Test.gf
index 2b7459806..db120bcc3 100644
--- a/testsuite/runtime/linearize/Test.gf
+++ b/testsuite/runtime/linearize/Test.gf
@@ -1,9 +1,16 @@
abstract Test = {
-cat P ;
+cat S ;
cat E ;
-fun Exist : (E -> P) -> P ;
- Even : E -> P ;
+fun Exist : (E -> S) -> S ;
+ Even : E -> S ;
+
+fun a : E ;
+ f,fa,fb : E -> S ;
+
+fun IsString : String -> S ;
+ IsInteger : Int -> S ;
+ IsFloat : Float -> S ;
} \ No newline at end of file