package reason

  1. Overview
  2. Docs
val init : unit -> unit
val filtered_comments : (string * Location.t) list Pervasives.ref
val filter_comments : ((string * Location.t) -> bool) -> unit
val comments : unit -> (string * Location.t) list