mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
missing fun
This commit is contained in:
parent
9aa5d08f96
commit
8d01cf3cc2
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ let to_int (a:float) = Pervasives.int_of_float a
|
||||||
let of_int (a:int) = Pervasives.float_of_int a
|
let of_int (a:int) = Pervasives.float_of_int a
|
||||||
|
|
||||||
let to_string (a:float) = Pervasives.string_of_float a
|
let to_string (a:float) = Pervasives.string_of_float a
|
||||||
|
let of_string_exn (a:string) = Pervasives.float_of_string a
|
||||||
let of_string (a:string) = Pervasives.float_of_string a
|
let of_string (a:string) = Pervasives.float_of_string a
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue