diff options
author | Kostis Sagonas <[email protected]> | 2010-03-19 15:10:41 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-06-03 14:34:26 +0200 |
commit | 3c34f42bdfc88974f1e839027b5c212512ecc687 (patch) | |
tree | 55abeac722de47a352d280766f55f3c8a74f046b /lib/hipe/util/hipe_digraph.erl | |
parent | d5e1d113e6467e63e156b6d38a168499851928e0 (diff) | |
download | otp-3c34f42bdfc88974f1e839027b5c212512ecc687.tar.gz otp-3c34f42bdfc88974f1e839027b5c212512ecc687.tar.bz2 otp-3c34f42bdfc88974f1e839027b5c212512ecc687.zip |
hipe: Add declarations for exported types
Diffstat (limited to 'lib/hipe/util/hipe_digraph.erl')
-rw-r--r-- | lib/hipe/util/hipe_digraph.erl | 2 |
1 files changed, 2 insertions, 0 deletions
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 |