Skip to content

Instantly share code, notes, and snippets.

@FCO
Last active April 2, 2022 12:04
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 FCO/89df04517cee86f2ad930125cc2e12ee to your computer and use it in GitHub Desktop.
Save FCO/89df04517cee86f2ad930125cc2e12ee to your computer and use it in GitHub Desktop.
custom SubsetHOW
my package EXPORTHOW {
package DECLARE {
constant submodel = Metamodel::SubsetHOW;
}
}
use CustomSubset;
submodel Bla of Int where * %% 2;
say 42 ~~ Bla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment