add todos
This commit is contained in:
parent
49f07de7a2
commit
b5d8065cb9
3 changed files with 9 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ val make :
|
|||
|
||||
(* fail on differents currencies *)
|
||||
val compare : t -> t -> int
|
||||
|
||||
(* TODO rename pp_dump *)
|
||||
val pp : Format.formatter -> t -> unit
|
||||
val to_string : t -> string
|
||||
val of_string : string -> (t, string) result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue