Przeglądaj źródła

Fixed phase name

Taddeus Kroes 12 lat temu
rodzic
commit
ea5682f52f
1 zmienionych plików z 1 dodań i 1 usunięć
  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")