package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Lex_mode : sig ... end
module Parse_error : sig ... end
module Lex_env : sig ... end
module Lex_result : sig ... end
val drop_line : Lex_env.t -> unit
val regexp : Lex_env.t -> Lex_env.t * Lex_result.t
val is_valid_identifier_name : string -> bool