clean babillard, remove option for multiple boards
This commit is contained in:
parent
8c594648c9
commit
be599322da
8 changed files with 104 additions and 166 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue