From 3c34f42bdfc88974f1e839027b5c212512ecc687 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Fri, 19 Mar 2010 15:10:41 +0200 Subject: hipe: Add declarations for exported types --- lib/hipe/util/hipe_digraph.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/hipe/util') diff --git a/lib/hipe/util/hipe_digraph.erl b/lib/hipe/util/hipe_digraph.erl index a62e913fe5..16efa53afe 100644 --- a/lib/hipe/util/hipe_digraph.erl +++ b/lib/hipe/util/hipe_digraph.erl @@ -30,6 +30,8 @@ from_list/1, to_list/1, get_parents/2, get_children/2]). -export([reverse_preorder_sccs/1]). +-export_type([hdg/0]). + %%------------------------------------------------------------------------ -type ordset(T) :: [T]. % XXX: temporarily -- cgit v1.2.3