hdiff
packages
feed
gf
-3.10: testsuite/compiler/typecheck/abstract/LetInDefAbs.gf
abstract LetInDefAbs = { fun f : Int -> Int ; def f n = let z = f 0 in f z ; }