Documentation
Lean
.
Modifiers
Search
return to top
source
Imports
Lean.EnvExtension
Lean.PrivateName
Imported by
Lean
.
protectedExt
Lean
.
addProtected
Lean
.
isProtected
Lean
.
mkPrivateName
Lean
.
isPrivateNameFromImportedModule
source
opaque
Lean
.
protectedExt
:
TagDeclarationExtension
source
def
Lean
.
addProtected
(
env
:
Environment
)
(
n
:
Name
)
:
Environment
Equations
Instances For
source
def
Lean
.
isProtected
(
env
:
Environment
)
(
n
:
Name
)
:
Bool
Equations
Instances For
source
def
Lean
.
mkPrivateName
(
env
:
Environment
)
(
n
:
Name
)
:
Name
Equations
Instances For
source
def
Lean
.
isPrivateNameFromImportedModule
(
env
:
Environment
)
(
n
:
Name
)
:
Bool
Equations
Instances For