diff options
| author | krasimir <krasimir@chalmers.se> | 2010-01-12 13:18:37 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-01-12 13:18:37 +0000 |
| commit | f8af5122b5dd1e09288df59e5f6d77705f99b287 (patch) | |
| tree | 5a859cf1cbf3a2c91b81ae86ae0b94a928437eea /testsuite/runtime/linearize/linearize.gfs | |
| parent | 712d079e7c296e4f66bc3d7c30e127b71ecc24d1 (diff) | |
additional tests for linearizations
Diffstat (limited to 'testsuite/runtime/linearize/linearize.gfs')
| -rw-r--r-- | testsuite/runtime/linearize/linearize.gfs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/testsuite/runtime/linearize/linearize.gfs b/testsuite/runtime/linearize/linearize.gfs index 6ffeb52b6..ba4486217 100644 --- a/testsuite/runtime/linearize/linearize.gfs +++ b/testsuite/runtime/linearize/linearize.gfs @@ -1,3 +1,12 @@ i -src testsuite/runtime/linearize/TestCnc.gf -l Exist (\x -> Even x) +l Even ? +l Exist (\x -> <Even : E -> S> x) +l f a +l fa a +l fb a +l IsString "abcd" +l IsInteger 100 +l IsFloat 12.4 +l <IsString "xyz" : S> +l <\x -> x : S -> S>
\ No newline at end of file |
