package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type include_path = [
  1. | `B of string
  2. | `S of string
  3. | `CMI of string
  4. | `CMT of string
]
type no_processing_required = [
  1. | `EXT of string list
  2. | `FLG of string list
  3. | `STDLIB of string
  4. | `SOURCE_ROOT of string
  5. | `UNIT_NAME of string
  6. | `WRAPPING_PREFIX of string
  7. | `SUFFIX of string
  8. | `READER of string list
  9. | `EXCLUDE_QUERY_DIR
  10. | `USE_PPX_CACHE
  11. | `UNKNOWN_TAG of string
]
module Processed : sig ... end
module Raw : sig ... end
OCaml

Innovation. Community. Security.