|
1 |
| -@ocaml.doc(" Functions for working with boolean ([true] or [false]) values. ") |
| 1 | +/** Functions for working with boolean ([true] or [false]) values. */ |
2 | 2 | module Bool = TableclothBool
|
3 | 3 |
|
4 |
| -@ocaml.doc(" Functions for working with single characters. ") |
| 4 | +/** Functions for working with single characters. */ |
5 | 5 | module Char = TableclothChar
|
6 | 6 |
|
7 |
| -@ocaml.doc(" Functions for working with [\"strings\"] ") |
| 7 | +/** Functions for working with ["strings"] */ |
8 | 8 | module String = TableclothString
|
9 | 9 |
|
10 |
| -@ocaml.doc(" Fixed precision integers ") |
| 10 | +/** Fixed precision integers */ |
11 | 11 | module Int = TableclothInt
|
12 | 12 |
|
13 |
| -@ocaml.doc(" Functions for working with floating point numbers. ") |
| 13 | +/** Functions for working with floating point numbers. */ |
14 | 14 | module Float = TableclothFloat
|
15 | 15 |
|
16 |
| -@ocaml.doc(" Interfaces for use with container types like {!Array} or {!List} ") |
| 16 | +/** Interfaces for use with container types like {!Array} or {!List} */ |
17 | 17 | module Container = TableclothContainer
|
18 | 18 |
|
19 |
| -@ocaml.doc(" A fixed lenfth collection of values ") |
| 19 | +/** A fixed lenfth collection of values */ |
20 | 20 | module Array = TableclothArray
|
21 | 21 |
|
22 |
| -@ocaml.doc(" Arbitrary length, singly linked lists ") |
| 22 | +/** Arbitrary length, singly linked lists */ |
23 | 23 | module List = TableclothList
|
24 | 24 |
|
25 |
| -@ocaml.doc(" Functions for working with optional values. ") |
| 25 | +/** Functions for working with optional values. */ |
26 | 26 | module Option = TableclothOption
|
27 | 27 |
|
28 |
| -@ocaml.doc(" Functions for working with computations which may fail. ") |
| 28 | +/** Functions for working with computations which may fail. */ |
29 | 29 | module Result = TableclothResult
|
30 | 30 |
|
31 |
| -@ocaml.doc(" Functions for manipulating tuples of length two ") |
| 31 | +/** Functions for manipulating tuples of length two */ |
32 | 32 | module Tuple2 = TableclothTuple2
|
33 | 33 |
|
34 |
| -@ocaml.doc(" Functions for manipulating tuples of length three ") |
| 34 | +/** Functions for manipulating tuples of length three */ |
35 | 35 | module Tuple3 = TableclothTuple3
|
36 | 36 |
|
37 | 37 | module Comparator = TableclothComparator
|
38 | 38 |
|
39 |
| -@ocaml.doc(" A collection of unique values ") |
| 39 | +/** A collection of unique values */ |
40 | 40 | module Set = TableclothSet
|
41 | 41 |
|
42 |
| -@ocaml.doc(" A collection of key-value pairs ") |
| 42 | +/** A collection of key-value pairs */ |
43 | 43 | module Map = TableclothMap
|
44 | 44 |
|
45 |
| -@ocaml.doc(" Functions for working with functions. ") |
| 45 | +/** Functions for working with functions. */ |
46 | 46 | module Fun = TableclothFun
|
0 commit comments