Closed
Description
@jespercockx hints in agda/agda#543 that we might be able to replace some uses of irrelevance with Prop
. So I have two questions,
- Is
Prop
likely to become standard enough to use in the standard library? - Would
Prop
be sufficient to get the 'equalities' wanted in a library like the categories one? [Some constructions on Natural Transformations need some categories to be equal in a proof-irrelevant way, which is currently achieved using irrelevance].
I want to start the (incremental) process of movingcategories
into stdlib, and this is one of the blocking big-design decisions.