nitc :: ASTBuilder :: make_not
# Make a new not fun make_not(expr: AExpr): ANotExpr do return new ANotExpr.make(expr) end