Module Coq.Logic.Elimdep

Dependent elimination of some logical notions.

Scheme eq_indd := Induction for eq Sort Prop.
Scheme eqT_indd := Induction for eqT Sort Prop.
Scheme or_indd := Induction for or Sort Prop.


Index