Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- BlueprintGen.instToExprNodePart = { toExpr := BlueprintGen.instToExprNodePart.toExpr✝, toTypeExpr := Lean.Expr.const `BlueprintGen.NodePart [] }
A theorem or definition in the blueprint graph.
- name : Lean.Name
The Lean name of the tagged constant.
- statement : NodePart
The statement of this node.
The proof of this node.
- notReady : Bool
The surrounding environment is not ready to be formalized, typically because it requires more blueprint work.
A GitHub issue number where the surrounding definition or statement is discussed.
The short title of the node in LaTeX.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- BlueprintGen.instReprNode = { reprPrec := BlueprintGen.instReprNode.repr }
Equations
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- BlueprintGen.instToExprNode = { toExpr := BlueprintGen.instToExprNode.toExpr✝, toTypeExpr := Lean.Expr.const `BlueprintGen.Node [] }
- hasLean : Bool
Whether the node name is in the environment. This should always be true for nodes e.g. added by
@[blueprint]
. - location : Option Lean.DeclarationLocation
The location (module & range) the node is defined in.
- file : Option System.FilePath
The file the node is defined in.
Instances For
Equations
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Environment extension that stores the nodes of the blueprint.
Resolves an identifier using realizeGlobalConstNoOverloadWithInfo
.
Ignores unknown constants if blueprint.ignoreUnknownConstants
is true (default: false).
Equations
- One or more equations did not get rendered due to their size.