From b172862d21f16095a5cf11a8938f3cea24e9bf58 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Sat, 10 Jul 2010 14:59:54 -0700 Subject: Add a ty_children function to enumerate the children of any type --- src/boot/util/common.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/boot/util') diff --git a/src/boot/util/common.ml b/src/boot/util/common.ml index 168c9f0a..0ea39e2d 100644 --- a/src/boot/util/common.ml +++ b/src/boot/util/common.ml @@ -341,7 +341,6 @@ let bool_of_option x = Some _ -> true | None -> false - (* * Auxiliary stack functions. *) -- cgit v1.2.3