Merge branch 'FIX-typo-in-error-message-in-ast_simplified/combinator.ml' into 'dev'
FIX - typo in error message in ast_simplified/combinator.ml See merge request ligolang/ligo!55
This commit is contained in:
commit
8675c85b9c
@ -148,7 +148,7 @@ let get_e_pair = fun t ->
|
||||
let get_e_list = fun t ->
|
||||
match t with
|
||||
| E_list lst -> ok lst
|
||||
| _ -> simple_fail "not a pair"
|
||||
| _ -> simple_fail "not a list"
|
||||
|
||||
let get_e_failwith = fun e ->
|
||||
match Location.unwrap e with
|
||||
|
Loading…
Reference in New Issue
Block a user