package odoc

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

Demonstrates handling of include statements

module type ToBeIncluded = sig ... end
module A : sig ... end
module B : sig ... end
OCaml

Innovation. Community. Security.