Documentation

LeanSubst.Option

def LeanSubst.Option.smap {S T : Type} [SubstMap S T] (σ : Subst T) :
Option SOption S
Equations
Instances For
    @[simp]
    theorem LeanSubst.Option.smap_none {S T : Type} [SubstMap S T] {σ : Subst T} :
    @[simp]
    theorem LeanSubst.Option.smap_some {S T : Type} [SubstMap S T] {x : S} {σ : Subst T} :
    (some x)[σ:_] = some x[σ:_]