This commit is contained in:
swrup 2026-02-03 19:45:17 +01:00
parent 7a0ac3b13b
commit 710415f592
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
(* TODO
? have a currency agnostic amount_lib.ml and specialize amount.ml to Config.currency *)
type sign = type sign =
| Sign_plus | Sign_plus
| Sign_minus | Sign_minus