Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
File_type
Sourcetype file_type =
| PL of pl_type
| Obj of string
| Binary of string
| Text of string
| Doc of string
| Config of config_type
| Media of media_type
| Archive of string
| Other of string
and pl_type =
| OCaml of string
| FSharp of string
| MLOther of string
| Haskell of string
| Lisp of lisp_type
| Skip
| Scala
| Prolog of string
| Script of string
| C of string
| Cplusplus of string
| Java
| Kotlin
| Csharp
| ObjectiveC of string
| Swift
| Perl
| Python
| Ruby
| Lua
| R
| Erlang
| Go
| Rust
| Beta
| Pascal
| Web of webpl_type
| Haxe
| Opa
| Flash
| Bytecode of string
| Asm
| Thrift
| MiscPL of string
val files_of_dirs_or_files :
(file_type -> bool) ->
Common.filename list ->
Common.filename list