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

typo option

parent fa7a03a7
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ On va maintenant créer dans le module `Usine` un type `configuration` qui sera
Définir ce type dans `usine.ml`:
```ocaml
type configuration = (string -> option string) * (string -> string -> option int);;
type configuration = (string -> string option) * (string -> string -> int option);;
```
Dans `usine.mli` on va en revanche, on va masquer les détails de la définition et juste conserver le nom du type:
......
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