File: Nested.F.3o

package info (click to toggle)
ocaml-odoc 2.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,744 kB
  • sloc: ml: 37,049; makefile: 124; sh: 79
file content (87 lines) | stat: -rw-r--r-- 820 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87

.TH F 3 "" "Odoc" "OCaml Library"
.SH Name
Nested\.F
.SH Synopsis
.sp 
.in 2
\fBModule Nested\.F\fR
.in 
.sp 
.fi 
This is a functor F\.
.nf 
.sp 
.fi 
Some additional comments\.
.nf 
.SH Documentation
.sp 
.nf 
.sp 
.in 3
\fB1 Parameters\fR
.in 
.sp 
\f[CB]module\fR Arg1 : \f[CB]sig\fR
.br 
.ti +2
.sp 
.ti +2
\fB1\.1\.1 Type\fR
.sp 
.ti +2
\f[CB]type\fR t
.fi 
.br 
.ti +4
Some type\.
.nf 
.sp 
.ti +2
\fB1\.1\.2 Values\fR
.sp 
.ti +2
\f[CB]val\fR y : t
.fi 
.br 
.ti +4
The value of y\.
.nf 

.br 
\f[CB]end\fR
.sp 
\f[CB]module\fR Arg2 : \f[CB]sig\fR
.br 
.ti +2
.sp 
.ti +2
\fB1\.1\.3 Type\fR
.sp 
.ti +2
\f[CB]type\fR t
.fi 
.br 
.ti +4
Some type\.
.nf 

.br 
\f[CB]end\fR
.sp 
.in 3
\fB2 Signature\fR
.in 
.sp 
.in 3
\fB3 Type\fR
.in 
.sp 
\f[CB]type\fR t = Arg1\.t * Arg2\.t
.fi 
.br 
.ti +2
Some type\.
.nf