= 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 module_ = [
|
`Resolved of Resolved_path.module_
|
`Root of string
|
`Forward of string
|
`Dot of module_ * string
|
`Apply of module_ * module_
]
type any = [
|
`Resolved of Resolved_path.any
|
`Root of string
|
`Forward of string
|
`Dot of module_ * string
|
`Apply of module_ * module_
]