pub type BoE = LoE<bool>;
A bool literal or an actions expression.
bool
enum BoE { Literal(bool), Expr(String), }