package reason

  1. Overview
  2. Docs
type t = Lexing.lexbuf
val init : ?insert_completion_ident:'a -> 'b -> 'b
val filtered_comments : (string * Location.t) list ref
val filter_comments : ((string * Location.t) -> bool) -> unit
val get_comments : 'a -> 'b -> (string * Location.t) list