Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Atd_doc_lexer
Sourceval close_paragraph :
[> `Paragraph of [> `Text of string ] as 'b list ] as 'a list ->
'c list ->
string list ->
'a list
val paragraph :
[> `Paragraph of [> `Code of string | `Text of string ] as 'b list
| `Pre of string ] as 'a
list ->
'b list ->
string list ->
Lexing.lexbuf ->
'a list
val __ocaml_lex_paragraph_rec :
[> `Paragraph of [> `Code of string | `Text of string ] as 'b list
| `Pre of string ] as 'a
list ->
'b list ->
string list ->
Lexing.lexbuf ->
int ->
'a list
val parse_string :
string ->
[> `Paragraph of [> `Code of string | `Text of string ] list
| `Pre of string ]
list