diff options
| author | Patrick Walton <[email protected]> | 2010-07-10 14:59:54 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-07-12 10:40:37 -0700 |
| commit | b172862d21f16095a5cf11a8938f3cea24e9bf58 (patch) | |
| tree | 076d2e3059506aaaa3c88dec13e542f506bdb9dc /src/boot/util/common.ml | |
| parent | Fix post-stmt drop calculations. Closes #106. (diff) | |
| download | rust-b172862d21f16095a5cf11a8938f3cea24e9bf58.tar.xz rust-b172862d21f16095a5cf11a8938f3cea24e9bf58.zip | |
Add a ty_children function to enumerate the children of any type
Diffstat (limited to 'src/boot/util/common.ml')
| -rw-r--r-- | src/boot/util/common.ml | 1 |
1 files changed, 0 insertions, 1 deletions
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. *) |