1
0
forked from GitHub/gf-core

add test case for abstract types with let bindings

This commit is contained in:
krasimir
2010-01-31 20:45:48 +00:00
parent ab1d4deccf
commit 5eeb41a67f
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
abstract LetInTypesAbs = {
fun f : let id = Int -> Int
in id -> id ;
}

View File

@@ -0,0 +1,2 @@
i -src testsuite/compiler/typecheck/abstract/LetInTypesAbs.gf
ai f

View File

@@ -0,0 +1 @@
fun f : (Int -> Int) -> Int -> Int