xxxxxxxxxx
import std.variant;
struct While(T) { T[] body; }
alias Stmt = Algebraic!(While!(This));