Documentation

Init.Control.Id

noncomputable def Id (type : Type u) :
Type u
Equations
  • Id type = type
instance Id.instMonadId :
Equations
Equations
@[inline]
def Id.run {α : Type u_1} (x : Id α) :
α
Equations
instance Id.instOfNatId {α : Type u_1} {n : Nat} [inst : OfNat α n] :
OfNat (Id α) n
Equations