Module Kwfile.Find

module Find: sig .. end

type numcmp = 
| LT
| EQ
| GT
val relop : numcmp -> 'a -> 'a -> bool
type permcmp = 
| Exact
| All
| Any
type sizeunit = 
| Bytes
| KBytes
| MBytes
val factor_of_sizeunit : sizeunit -> int
type acm = 
| A
| C
| M
type timeunits = 
| Days
| Minutes
val acmtime : ?daystart:bool ->
acm ->
timeunits -> numcmp -> int -> 'a -> string -> bool
val mtime : numcmp -> int -> 'a -> string -> bool