Covered qid case in ast_typerep #601

Merged
zxq9 merged 1 commits from github/fork/radrow/patch-1 into master 2019-08-05 16:15:13 +09:00
zxq9 commented 2019-07-26 22:32:56 +09:00 (Migrated from gitlab.com)

Created by: radrow

Because qid was not accepted as a typefunction the following code

contract Test = 
   datatype myOption('a) = MyNone | MySome('a)
   entrypoint optionFn(v: myOption(string)): myOption(string) = v

Used to lead to function_clause error.

Bug copyright (c) @nduchak

*Created by: radrow* Because `qid` was not accepted as a typefunction the following code ``` contract Test = datatype myOption('a) = MyNone | MySome('a) entrypoint optionFn(v: myOption(string)): myOption(string) = v ``` Used to lead to `function_clause` error. Bug copyright (c) @nduchak
zxq9 commented 2019-07-27 14:39:33 +09:00 (Migrated from gitlab.com)

Created by: UlfNorell

Review: Approved

*Created by: UlfNorell* **Review:** Approved
zxq9 commented 2019-08-05 16:14:36 +09:00 (Migrated from gitlab.com)

Created by: hanssv

Review: Approved

*Created by: hanssv* **Review:** Approved
zxq9 commented 2019-08-05 16:15:13 +09:00 (Migrated from gitlab.com)

Merged by: hanssv at 2019-08-05 07:15:13 UTC

*Merged by: hanssv at 2019-08-05 07:15:13 UTC*
Sign in to join this conversation.
No description provided.