package ojs_filetree

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ojs_filetree.TypesSource

Types of filetree edition.

All paths should be relative to root directory.

Sourcetype mime_type = string
Sourcetype file_tree = [
  1. | `Dir of string * file_tree list
  2. | `File of string * mime_type
]
Sourcemodule type B = sig ... end
Sourcemodule Make_base () : B
Sourcemodule type P = sig ... end
Sourcemodule type Default_P = sig ... end