Open JamesGallicchio opened 8 months ago
As in title.
set_option pp.universes true #check IndexType.card (Prod (Fin 2) (Fin 2)) -- IndexType.card.{0, u_1} (Prod.{0, 0} (Fin 2) (Fin 2))
Probably we should not require Fold in the definition of IndexType, instead just expecting the universe to be Fold at any functions that need it.
Fold
IndexType
As in title.
Probably we should not require
Fold
in the definition ofIndexType
, instead just expecting the universe to beFold
at any functions that need it.