package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type acceptable_in_input = [
  1. | include_path
  2. | no_processing_required
]
type t = [
  1. | acceptable_in_input
  2. | `ERROR_MSG of string
]