OCaml: Implement Writer monad
This commit is contained in:
parent
cb56da1462
commit
821ab1eaf1
2 changed files with 67 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
module ConfigFetcher = Tori.Parsers.Config.Fetcher
|
||||
|
||||
|
||||
let () =
|
||||
|
||||
match Array.to_list Sys.argv with
|
||||
|
|
@ -12,3 +13,4 @@ let () =
|
|||
in
|
||||
exit future.meta.status
|
||||
| [] -> assert false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue