#cs(module simplify mzscheme (require "parse.rkt" "prims.rkt" 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