mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
fix typo
This commit is contained in:
parent
9a68563488
commit
9319e94617
@ -188,11 +188,11 @@ val map :
|
||||
on empty, you can write
|
||||
|
||||
{[
|
||||
let remove_error_empty =
|
||||
let remove_error_empty e =
|
||||
let rec f e =
|
||||
match Marked.unmark e with
|
||||
| ErrorOnEmpty e1 -> Expr.map f e1
|
||||
| _ -> Expr.map f e
|
||||
| EErrorOnEmpty e1 -> Expr.map ~f e1
|
||||
| _ -> Expr.map ~f e
|
||||
in
|
||||
f e
|
||||
]} *)
|
||||
|
Loading…
Reference in New Issue
Block a user