diff options
Diffstat (limited to 'CPS.sml')
| -rw-r--r-- | CPS.sml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ struct , toCPS expr (fn v => go v sortedArms contFunc) ) end - | _ => raise Fail ("malformed expression " ^ Syntax.lexpToString e) + | _ => raise Fail ("malformed expression " ^ ShowSyntax.lexpToString e) fun hoist (expr : Syntax.cexp) : Syntax.cexp = let |
