AsPattern.hascasl.output revision 3aa7e4492a7e28b37d1a0b23f5bfe2109f87d4d6
type a
op f : a -> a
program f (v @ _ : a) = v;
type
a : Type
op f : a -> a
program f (v @ _) = v %(pe_f)%
3.8-3.13: ### Hint: repeated declaration of 'f' with type 'a -> a'