The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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»;