Module Glob


module Glob: sig .. end
The type representing fast patterns. Do not attempt to compare them, as they get on-the-fly optimizations.

type fast_pattern 
include Signatures.GLOB
A self-contained module implementing extended shell glob patterns who have an expressive power equal to boolean combinations of regular expressions.
val fast_pattern_of_pattern : Glob_ast.pattern -> fast_pattern