@[export lean_data_value_beq]
Equations
Instances For
@[export lean_mk_bool_data_value]
Equations
Instances For
@[export lean_data_value_bool]
Equations
Instances For
@[export lean_data_value_to_string]
Equations
Instances For
A key-value map. We use it to represent user-selected options and Expr.mdata.
Remark: we do not use a Lean Std.TreeMap here because we need to manipulate KVMap objects in
C++ and Std.TreeMap is implemented in Lean. So, we use just a List until we can
generate C++ code from Lean code.