package merlin-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Std.GlobSource

Sourcetype pattern =
  1. | Wildwild
  2. | Exact of string
  3. | Regexp of Str.regexp
Sourceval compile_pattern : string -> pattern
Sourceval match_pattern : pattern -> string -> bool
OCaml

Innovation. Community. Security.