Open
Description
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)