#cs(module simplify mzscheme (require "parse.ss" "prims.ss" mzlib/match) (provide simplify) ;; flatten/label-block : list-of-decl list-of-stmt -> block-stmt ;; Desugars `for', converts `if' so that it's always of the form ;; `if then goto