package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Stdlib.Lexing.lexbuf
val init : ?insert_completion_ident:'a -> 'b -> 'c
val token : Stdlib.Lexing.lexbuf -> Parser.token
val filtered_comments : (string * Location.t) list Stdlib.ref
val filter_comments : ((string * Location.t) -> bool) -> unit
val get_comments : 'a -> 'b -> (string * Location.t) list