Explorar el Código

Fixed phase name

Taddeus Kroes hace 12 años
padre
commit
ea5682f52f
Se han modificado 1 ficheros con 1 adiciones y 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")