[Discussion]: Moving setoid
, ≡-setoid
, and flip
away from Function.Equality
#1996
Milestone
setoid
, ≡-setoid
, and flip
away from Function.Equality
#1996
Related to #759
Now that agda-stdlib has a
Function.Indexed
directory, I think it would be nice to migratesetoid
,≡-setoid
, andflip
to the new hierarchy.Along with these, I am unsure if other functions in
Function.Equality
must also be migrated somewhere. The issue mentions - "Missing an indexed function variant. Should go in a new hierarchyFunction.Dependent.(Structures/Bundles)
" - but I'm not sure if I understand that very well. Should the operators and functions not involvingIndexedSetoid
have a new indexed version of themselves in a different module, or should the indexed functions be moved toFunction.Dependent.(Structures/Bundles)
?Moreover, should I start by moving
_⇨_
,Π
,_⟶_
,setoid
, and≡-setoid
toFunction.Indexed.Relation.Binary.Equality
, given that all of them haveIndexedSetoid
involved within their definitions?Thanks!
The text was updated successfully, but these errors were encountered: