index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
compiler
/
update
/
ArrityCheck.gf
blob: 9ee03ba6e4ecdca61e89b44ee133c5bd875a291f (
plain
)
1
2
3
4
5
abstract ArrityCheck = { fun f : Int -> Int -> Int ; def f 0 = \x -> x ; f 1 1 = 0 ; }