I would like if agda-stdlib used instance arguments. One could place them in different files so as not to contaminate the other files, as suggested by @jespercockx (1)
According to @UlfNorell , you could also hide instance arguments during import. (2)
(I have code that I want to contribute that has instance arguments)
- https://lists.chalmers.se/pipermail/agda/2018/010699.html
- https://lists.chalmers.se/pipermail/agda/2018/010698.html