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