clean babillard, remove option for multiple boards

This commit is contained in:
Swrup 2022-02-17 03:59:23 +01:00
parent 995df439a7
commit 812133d0ad
8 changed files with 104 additions and 166 deletions

View file

@ -13,5 +13,5 @@ let ( let^ ) o f =
let ( let* ) o f =
match o with
| Error e -> Error (Format.sprintf "%s" e)
| Error e -> Error e
| Ok x -> f x