Kirill Kuvshinov 04724a1db2
[LIGO-47] Allow let .. in in lambda body
Problem: In multisig.mligo, else clause on line 36 ends on line 55,
while it should end on line 80. This happens because of incorrect
lambda parsing on lines 42-43. In particular, `let valid, keys = vk`
in lambda body gets parsed as a
`tuple (fun_app "let" "valid") (binary_op "=" "keys" "vk")`, and `in`
is considered as a part of the outer `let`.

Solution: Allow `_program` instead of `_expr` as the lambda body.
2020-09-15 11:22:15 +03:00
2020-06-08 14:50:51 +03:00
2020-05-15 17:56:00 +02:00
2020-08-24 20:22:46 +04:00
2019-11-09 22:34:20 +00:00
2020-08-11 13:29:47 +03:00
2020-04-07 21:38:12 +02:00
2019-05-25 15:52:12 +00:00
2019-12-19 19:53:10 +00:00
2019-05-25 15:52:12 +00:00
Description
65 MiB
Languages
OCaml 84.6%
TypeScript 7.1%
JavaScript 4%
CSS 1.4%
Shell 0.8%
Other 2%