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. | `SUFFIX of string
  5. | `READER of string list
  6. | `EXCLUDE_QUERY_DIR
  7. | `UNKNOWN_TAG of string
]
module Processed : sig ... end
module Raw : sig ... end