package Perl::JuncType; # this is a simple translation of the JuncType type from # src/Pugs/AST/Internals.hs to an enum. This is all well and good.. enum Perl::JuncType «JAny JAll JNone JOne»;