فهرست منبع

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
     match input with
     | Ast (node, args) ->
     | Ast (node, args) ->
         Ast (expand_dims node, args)
         Ast (expand_dims node, args)
-    | _ -> raise (InvalidInput "desugar")
+    | _ -> raise (InvalidInput "dimension reduction")