package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val is_dir : string -> bool
val file_trees_of_dir : ?filepred:(Ojs_path.t -> bool) -> Ojs_path.t -> [> `Dir of string * 'a | `File of string * string ] list as 'a