Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closure import problem when defining a library #336

Closed
PhucVH888 opened this issue Feb 25, 2016 · 1 comment
Closed

Closure import problem when defining a library #336

PhucVH888 opened this issue Feb 25, 2016 · 1 comment

Comments

@PhucVH888
Copy link
Contributor

When we create a library that is using closure, then there is a problem called:
encorec: No match in record selector metaId.

For example:
Foo.enc

class Foo
  def bar() : void
        \() -> ()

Bar.enc

import Foo
class Main
  def main() : void
     ()
EliasC added a commit that referenced this issue Mar 19, 2016
Fixed closure import problem when defining a library #336
@albertnetymk
Copy link
Contributor

Can't reproduce it on development, closing now. Reopen, if not so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants