Fix split_pat #597

Merged
zxq9 merged 1 commits from github/fork/radrow/lift-fix into master 2019-07-12 01:28:51 +09:00
zxq9 commented 2019-07-10 18:12:27 +09:00 (Migrated from gitlab.com)

Created by: radrow

Due to bad fsplit_pat construction the following contract

contract XD =

   entrypoint tuplify3() = (t) => switch(t)
     (x, y, z) => 3

used not to compile

*Created by: radrow* Due to bad `fsplit_pat` construction the following contract ``` contract XD = entrypoint tuplify3() = (t) => switch(t) (x, y, z) => 3 ``` used not to compile
gorillainduction (Migrated from gitlab.com) approved these changes 2019-07-10 18:12:27 +09:00
zxq9 commented 2019-07-10 19:24:22 +09:00 (Migrated from gitlab.com)

Created by: UlfNorell

Review: Approved

*Created by: UlfNorell* **Review:** Approved
gorillainduction commented 2019-07-10 19:47:37 +09:00 (Migrated from gitlab.com)

approved this merge request

approved this merge request
zxq9 commented 2019-07-12 01:13:17 +09:00 (Migrated from gitlab.com)

Created by: radrow

Merge?

*Created by: radrow* Merge?
zxq9 commented 2019-07-12 01:28:51 +09:00 (Migrated from gitlab.com)

Merged by: happi at 2019-07-11 16:28:51 UTC

*Merged by: happi at 2019-07-11 16:28:51 UTC*
Sign in to join this conversation.
No description provided.