Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 10, 2019 19:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/3dc8147a321e2f755db331349084c490 to your computer and use it in GitHub Desktop.
evalable6
subset Foo where Int; my Foo:D $foo; say $foo
(exit code 1)
===SORRY!=== Error while compiling /tmp/p4QbIPNpyh
Variable definition of type Foo:D requires an initializer
at /tmp/p4QbIPNpyh:1
------> subset Foo where Int; my Foo:D $foo⏏; say $foo
expecting any of:
constraint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment