Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created May 27, 2024 21:39
Show Gist options
  • Save gfldex/bf004c280b2cefe56cda45b766c2753e to your computer and use it in GitHub Desktop.
Save gfldex/bf004c280b2cefe56cda45b766c2753e to your computer and use it in GitHub Desktop.
use v6;
constant transporter = -> { :1a, :2a; }
use foo transporter;
use v6.d;
sub EXPORT(&transporter) {
dd transporter;
Map.new
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment