Equations
- LeanSubst.Option.rmap r none = none
- LeanSubst.Option.rmap r (some t) = some (LeanSubst.rmap r t)
Instances For
Equations
Equations
instance
LeanSubst.instSubstMapIdOption
{S T : Type}
[RenMap T]
[SubstMap S T]
[SubstMapId S T]
:
SubstMapId (Option S) T
instance
LeanSubst.instSubstMapComposeOption
{S T : Type}
[RenMap S]
[RenMap T]
[SubstMap T T]
[SubstMap S T]
[SubstMapCompose S T]
:
SubstMapCompose (Option S) T