Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 5, 2020 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/df182457da14523687e191ecd43d3d9e to your computer and use it in GitHub Desktop.
Save Whateverable/df182457da14523687e191ecd43d3d9e to your computer and use it in GitHub Desktop.
evalable6
my Map %m is Map = key => { inner-key => “value” }; say %m.^name; say %m<key>.^name
(exit code 1)
===SORRY!=== Error while compiling /tmp/skcndR2Dn3
Map cannot be parameterized
at /tmp/skcndR2Dn3:1
------> my Map %m is Map⏏ = key => { inner-key => “value” }; say
expecting any of:
constraint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment