Underlying structure for remarks #
All remarks in the environment.
Equations
- PhysLean.allRemarkInfo = do let env ← Lean.getEnv pure (PhysLean.remarkExtension.getState env)
Instances For
The full name of a remark (name and namespace).
Equations
Instances For
def
PhysLean.RemarkInfo.IsRemark
{m : Type → Type}
[Monad m]
[Lean.MonadEnv m]
(n : Lean.Name)
:
m Bool
A Bool which is true if a name corresponds to a remark.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
PhysLean.RemarkInfo.getRemarkInfo
{m : Type → Type}
[Monad m]
[Lean.MonadEnv m]
[Lean.MonadError m]
(n : Lean.Name)
:
Gets the remarkInfo from a name corresponding to a remark..
Equations
- One or more equations did not get rendered due to their size.