1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.TH Bugs 3 "" "Odoc" "OCaml Library"
.SH Name
Bugs
.SH Synopsis
.sp
.in 2
\fBModule Bugs\fR
.in
.sp
.SH Documentation
.sp
.nf
\f[CB]type\fR 'a opt = \f[CB]'a\fR option
.sp
\f[CB]val\fR foo : \f[CB]?bar\fR:\f[CB]'a\fR \f[CB]\->\fR unit \f[CB]\->\fR unit
.fi
.br
.ti +2
Triggers an assertion failure when
.UR https://github.com/ocaml/odoc/issues/101
https://github\.com/ocaml/odoc/issues/101
.UE
is not fixed\.
.nf
.sp
\f[CB]val\fR repeat : \f[CB]'a\fR \f[CB]\->\fR \f[CB]'b\fR \f[CB]\->\fR \f[CB]'a\fR * \f[CB]'b\fR * \f[CB]'a\fR * \f[CB]'b\fR
.fi
.br
.ti +2
Renders as val repeat : 'a -> 'b -> 'c * 'd * 'e * 'f before https://github\.com/ocaml/odoc/pull/1173
.nf
|