This commit is contained in:
swrup 2026-03-02 23:44:32 +01:00
parent 7be98eb8ad
commit 76bea13dfc
2 changed files with 59 additions and 42 deletions

View file

@ -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