= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package odoc
-
odoc.compat
-
odoc.loader
-
odoc.model
-
-
odoc.parser
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type item =
| Module of recursive * Module.t
| ModuleType of ModuleType.t
| ModuleSubstitution of ModuleSubstitution.t
| Type of recursive * TypeDecl.t
| TypeSubstitution of TypeDecl.t
| TypExt of Extension.t
| Exception of Exception.t
| Value of Value.t
| External of External.t
| Class of recursive * Class.t
| ClassType of recursive * ClassType.t
| Include of Include.t
| Comment of Comment.docs_or_stop
type t = item list