This commit is contained in:
parent
7be98eb8ad
commit
76bea13dfc
2 changed files with 59 additions and 42 deletions
|
|
@ -16,6 +16,11 @@ val make :
|
|||
fraction:Int32.t ->
|
||||
(t, string) result
|
||||
|
||||
(* dependency cycle with config.ml ...
|
||||
val make_config_currency :
|
||||
value:Int64.t -> fraction:Int32.t -> (t, string) result
|
||||
*)
|
||||
|
||||
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