Merge branch 'gardening/fix-ast' into 'dev'

Change T_operator in the AST and Reorder folder

See merge request ligolang/ligo!656
This commit is contained in:
Pierre-Emmanuel Wulfman 2020-06-03 12:54:24 +00:00
commit c380729785
204 changed files with 268 additions and 445 deletions

View File

@ -1321,7 +1321,7 @@ let%expect_test _ =
let%expect_test _ =
run_ligo_bad [ "compile-contract" ; contract "bad_type_operator.ligo" ; "main" ] ;
[%expect {|
ligo: bad type operator (TO_Map (unit,unit)):
ligo: bad type operator (type_operator: Map (binding)):
If you're not sure how to fix this error, you can
do one of the following:

Some files were not shown because too many files have changed in this diff Show More