summaryrefslogtreecommitdiff
path: root/src/slice.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/slice.mli')
-rw-r--r--src/slice.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/slice.mli b/src/slice.mli
index 58d2cf17..ffc6f3bd 100644
--- a/src/slice.mli
+++ b/src/slice.mli
@@ -65,8 +65,8 @@ module Node : sig
val compare : node -> node -> int
end
-val graph_of_ast : Type_check.tannot defs -> Graph.Make(Node).graph
+val graph_of_ast : Type_check.tannot ast -> Graph.Make(Node).graph
-val dot_of_ast : out_channel -> Type_check.tannot defs -> unit
+val dot_of_ast : out_channel -> Type_check.tannot ast -> unit
-val filter_ast : Set.Make(Node).t -> Graph.Make(Node).graph -> Type_check.tannot defs -> Type_check.tannot defs
+val filter_ast : Set.Make(Node).t -> Graph.Make(Node).graph -> Type_check.tannot ast -> Type_check.tannot ast