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:
Georges Dupéron 2019-07-24 09:35:22 +00:00
commit 8675c85b9c

View File

@ -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