aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/option.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/option.ml')
-rw-r--r--lib/option.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/option.ml b/lib/option.ml
index 942fff48a..cd145d1c3 100644
--- a/lib/option.ml
+++ b/lib/option.ml
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id$ i*)
-
(** Module implementing basic combinators for OCaml option type.
It tries follow closely the style of OCaml standard library.