blob: f85342c71fb08d68d5591bdad6bbfe926bc58f72 [file] [log] [blame]
struct Algebraic(T...)
{
T t;
}
struct This;
struct While(T) { T[] body; }
alias Stmt = Algebraic!(While!(This));