package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type pattern =
  1. | Wildwild
  2. | Exact of string
  3. | Regexp of Str.regexp
val compile_pattern : string -> pattern
val match_pattern : pattern -> string -> bool