File: Bugs.3o

package info (click to toggle)
ocaml-odoc 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,104 kB
  • sloc: ml: 59,291; javascript: 2,572; sh: 566; makefile: 31
file content (33 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
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