Explorar o código

Fixed phase name

Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
ea5682f52f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")