Restriction of DataValue
that covers exactly those cases that Lean is able to handle when passed via the -D
flag.
- ofString (s : String) : LeanOptionValue
- ofBool (b : Bool) : LeanOptionValue
- ofNat (n : Nat) : LeanOptionValue
Instances For
Equations
Instances For
Formats the lean option value as a CLI flag argument.
Equations
Instances For
An option that is used by Lean as if it was passed using -D
.
- name : Name
The option's name.
- value : LeanOptionValue
The option's value.
Instances For
Formats the lean option as a CLI argument using the -D
flag.
Equations
Instances For
Options that are used by Lean as if they were passed using -D
.
- values : NameMap LeanOptionValue
Instances For
Add the options from new
, overriding those in self
.
Equations
Instances For
Add the options from new
, overriding those in self
.