Module type FileUtil.OPERATION_REGEXP


module type OPERATION_REGEXP = sig .. end
Abstraction of regexp operation

type t 
val compile : string -> t
val test : t -> string -> bool