浏览代码

Fixed phase name

Taddeus Kroes 12 年之前
父节点
当前提交
ea5682f52f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      phases/dim_reduce.ml

+ 1 - 1
phases/dim_reduce.ml

@@ -60,4 +60,4 @@ let rec phase input =
     match input with
     | Ast (node, args) ->
         Ast (expand_dims node, args)
-    | _ -> raise (InvalidInput "desugar")
+    | _ -> raise (InvalidInput "dimension reduction")