Equations
- LeanSubst.List.rmap r [] = []
- LeanSubst.List.rmap r (x_1 :: tl) = LeanSubst.rmap r x_1 :: LeanSubst.List.rmap r tl
Instances For
Equations
- LeanSubst.instRenMapList = { rmap := LeanSubst.List.rmap }
Equations
- LeanSubst.instSubstMapList = { smap := LeanSubst.List.smap }
instance
LeanSubst.instSubstMapIdList
{S T : Type}
[RenMap T]
[SubstMap S T]
[SubstMapId S T]
:
SubstMapId (List S) T
instance
LeanSubst.instSubstMapComposeList
{S T : Type}
[RenMap S]
[RenMap T]
[SubstMap T T]
[SubstMap S T]
[SubstMapCompose S T]
:
SubstMapCompose (List S) T
Equations
Instances For
@[reducible, inline]
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.