Nombres/lib/nombres.mli
Matthieu Dubuget 9376ca48ea Seems to work
2022-04-11 15:54:09 +02:00

9 lines
182 B
OCaml

type options =
| Septante
| Huitante
| Nonante
| Belgique (* Septante Nonante *)
| VVF (* Septante Huitante Nonante *)
val nombre : ?options:options list -> int -> string