Skip to content
Snippets Groups Projects
Commit fa7a03a7 authored by LUMINEAU NICOLAS's avatar LUMINEAU NICOLAS
Browse files

typo option

parent de5da92e
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ Tel quel, on ne peut pas manipuler les valeurs de ce type à l'extérieur du mod
Ajouter les fonctions suivantes, en les déclarant dans l'interface du module `Usine`
- `mk_configuration: (string -> option string) -> (string -> string -> int option) -> configuration` cette fonction va fabriquer une paire avec ses deux arguments.
- `mk_configuration: (string -> string option ) -> (string -> string -> int option) -> configuration` cette fonction va fabriquer une paire avec ses deux arguments.
- `get_jouet: configuration -> (string -> string option)` cette fonction va extraire le premier élément de la paire
- `get_nb_jouets: configuration -> (string -> string -> int option)` cette fonction va extraire le deuxième élément de la paire
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment