Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 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 file_type_of_file : Common.filename -> file_type
val is_textual_file : Common.filename -> bool
val is_syncweb_obj_file : Common.filename -> bool
val is_json_filename : Common.filename -> bool
val files_of_dirs_or_files :
(file_type -> bool) ->
Common.filename list ->
Common.filename list
val webpl_type_of_file : Common.filename -> webpl_type option