Documentation

Lean.ReducibilityAttrs

Environment extension for storing the reducibility attribute for definitions.

Return the reducibility attribute for the given declaration.

Equations

Set the reducibility attribute for the given declaration.

Equations
def Lean.setReducibleAttribute {m : TypeType} [Monad m] [Lean.MonadEnv m] (declName : Lake.Name) :

Set the given declaration as [reducible]

Equations
def Lean.isReducible {m : TypeType} [Monad m] [Lean.MonadEnv m] (declName : Lake.Name) :

Return true if the given declaration has been marked as [reducible].

Equations
def Lean.isIrreducible {m : TypeType} [Monad m] [Lean.MonadEnv m] (declName : Lake.Name) :

Return true if the given declaration has been marked as [irreducible]

Equations