Skip to content

Instantly share code, notes, and snippets.

@rightfold
Last active August 29, 2015 14:18
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 rightfold/1798a0994bc2d663a1a6 to your computer and use it in GitHub Desktop.
Save rightfold/1798a0994bc2d663a1a6 to your computer and use it in GitHub Desktop.
role Lens[::C, ::X] {
method get(C $c) returns X { !!! }
method set(C $c, X $x) returns C { !!! }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment