fix: lean_unbox_float
This commit is contained in:
parent
8e952f3c36
commit
64c3be44f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1677,7 +1677,7 @@ static inline lean_obj_res lean_box_float(double v) {
|
|||
return r;
|
||||
}
|
||||
|
||||
static inline uint64_t lean_unbox_float(b_lean_obj_arg o) {
|
||||
static inline double lean_unbox_float(b_lean_obj_arg o) {
|
||||
return lean_ctor_get_float(o, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue