Nombres/lib/nombres.mli

9 lines
182 B
OCaml
Raw Permalink Normal View History

2022-04-11 13:54:09 +00:00
type options =
| Septante
| Huitante
| Nonante
| Belgique (* Septante Nonante *)
| VVF (* Septante Huitante Nonante *)
val nombre : ?options:options list -> int -> string