]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_misc.mli
fixed typo in ocamldoc comment
[helm.git] / helm / http_getter / http_getter_misc.mli
index c6e2e72c6e18c873fc48fd3dfb5b82ac7fb56ad4..0551161b9ebe6038e79b222f12380c7b08187603 100644 (file)
@@ -80,3 +80,6 @@ val add_line: fname:string -> ?position:int -> string -> unit
   first line of file is line 0) *)
 val remove_line: fname:string -> int -> unit
 
+  (** true on blanks-only and #-commented lines, false otherwise *)
+val is_blank_line: string -> bool
+