package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val core_type_with_comments : Lexing.lexbuf -> Parsetree.core_type * Reason_comment.t list
val implementation_with_comments : Lexing.lexbuf -> Parsetree.structure * Reason_comment.t list
val interface_with_comments : Lexing.lexbuf -> Parsetree.signature * Reason_comment.t list
val implementation : Lexing.lexbuf -> Parsetree.structure
val toplevel_phrase : Lexing.lexbuf -> Parsetree.toplevel_phrase
val print_interface_with_comments : Format.formatter -> (Parsetree.signature * Reason_comment.t list) -> unit
val print_implementation_with_comments : Format.formatter -> (Parsetree.structure * Reason_comment.t list) -> unit