let last_begin_sig_object_indent () = try let (_,v,off) = List.find (fun (t,_,_) -> t=OBJECT or t=SIG) !blocks in Some (v,off) with Not_found -> None