Restriction of DataValue
that covers exactly those cases that Lean is able to handle when passed via the -D
flag.
- ofString: String → Lean.LeanOptionValue
- ofBool: Bool → Lean.LeanOptionValue
- ofNat: Nat → Lean.LeanOptionValue
Instances For
Equations
- Lean.instInhabitedLeanOptionValue = { default := Lean.LeanOptionValue.ofString default }
Equations
- Lean.instReprLeanOptionValue = { reprPrec := Lean.reprLeanOptionValue✝ }
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
Equations
- Lean.instValueLeanOptionValue = { toDataValue := Lean.LeanOptionValue.toDataValue, ofDataValue? := Lean.LeanOptionValue.ofDataValue? }
Equations
Equations
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Formats the lean option value as a CLI flag argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Options that are used by Lean as if they were passed using -D
.
Instances For
Equations
- Lean.instInhabitedLeanOptions = { default := { values := default } }
Equations
- Lean.instReprLeanOptions = { reprPrec := Lean.reprLeanOptions✝ }
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
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.