Documentation
Mathlib
.
Lean
.
EnvExtension
Search
Google site search
return to top
source
Imports
Init
Lean.ScopedEnvExtension
Mathlib.Init
Imported by
instInhabitedState_mathlib
Helper function for environment extensions and attributes.
#
source
instance
instInhabitedState_mathlib
{σ :
Type
}
[
Inhabited
σ
]
:
Inhabited
(
Lean.ScopedEnvExtension.State
σ
)
Equations
instInhabitedState_mathlib
=
{
default
:=
{
state
:=
default
,
activeScopes
:=
∅
}
}