Underlying structure for remarks #
All remarks in the environment.
Equations
- Physlib.allRemarkInfo = do let env ← Lean.getEnv pure (Physlib.remarkExtension.getState env)
Instances For
The full name of a remark (name and namespace).
Equations
Instances For
def
Physlib.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
Physlib.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.