module OASISSourcePatterns:sig..end
Search source files, using pattern and templates.
type t
A template to find a file.
val implementation : t listList of templates to search an implementation file matching a module.
val interface : t listList of templates to search an interface file metching a module.
val parse : string -> tParse the given string.
val to_string : t -> stringReturn the string representation of t.
val all_possible_files : t list ->
path:OASISUnixPath.unix_dirname ->
modul:string -> OASISUnixPath.unix_filename listList all possible files using the list of templates.
Not_found if no templates match the given moduleval odn_of_t : t -> OASISDataNotation.tConvert to OASISDataNotation.