package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Vals
  2. | `Type
  3. | `Constr
  4. | `Mod
  5. | `Modtype
  6. | `Functor
  7. | `Labels
  8. | `Unknown
  9. | `Apply
]
val to_string : t -> string