blob: b0349807bcb1c4f820818fa8f5e2a3103ae2763c [file]
badTest : [x] . x -> Unit;
drop : [x] Drop x. x -> Unit;
drop x = Unit : Unit;
test : Bool -> Unit;
test x = (drop[Bool] : Bool -> Unit) (x : Bool) : Unit;