hdiff
packages
feed
Agda
-2.3.2.2: test/fail/Issue309b.agda
module Issue309b where data D : Set where d : D → D syntax d x = f g : D → D g (d x) = f