diff options
Diffstat (limited to 'otherlibs/labltk/browser/list2.ml')
-rw-r--r-- | otherlibs/labltk/browser/list2.ml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/otherlibs/labltk/browser/list2.ml b/otherlibs/labltk/browser/list2.ml deleted file mode 100644 index 6ab8b7863..000000000 --- a/otherlibs/labltk/browser/list2.ml +++ /dev/null @@ -1,7 +0,0 @@ -(* $Id$ *) - -let exclude elt:x l = List.filter l pred:((<>) x) - -let rec flat_map fun:f = function - [] -> [] - | x :: l -> f x @ flat_map fun:f l |