Conversation

I’m pretty sure you can use `{xx : Type} -> ...` without the `forall` here if you wanted to pass things implicitly. Not sure how parametericity is handled in Agda though - `forall` might be important for marking the parameter as irrelevant.
1