Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type test = [
| `Accessed of time_test
| `And of test list
| `Created of time_test
| `Eval of string -> Unix.stats -> bool
| `False
| `Group of int
| `IName of string
| `Modified of time_test
| `Name of string
| `Or of test list
| `Owner of int
| `Perms of Unix.file_perm
| `Regexp of string
| `Size of size_test
| `True
| `Type of Unix.file_kind
]
val find : t -> string -> string list