Remove the timestamp header in source files. This information is
[tatoo.git] / src / hlist_sig.ml
index 227768c..3bd56e1 100644 (file)
@@ -13,9 +13,6 @@
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-13 18:21:28 CET by Kim Nguyen>
-*)
 type ('a,'b) node = Nil | Cons of ('a * 'b)
 
 module type S = sig