A | |
| alt [Bitstring_persistent] |
A named pattern or constructor.
|
B | |
| bitstring [Bitstring] | bitstring is the basic type used to store bitstrings.
|
C | |
| constructor [Bitstring_persistent] |
A persistent constructor (used in
BITSTRING operator), is just a
list of constructor fields.
|
E | |
| endian [Bitstring] | |
| endian_expr [Bitstring_persistent] | |
| expr [Bitstring_persistent] | |
F | |
| field [Bitstring_persistent] |
A field in a persistent pattern or persistent constructor.
|
| field_type [Bitstring_persistent] | |
L | |
| loc_t [Bitstring_persistent] |
Just short names for the camlp4 types.
|
N | |
| named [Bitstring_persistent] | |
P | |
| patt [Bitstring_persistent] | |
| pattern [Bitstring_persistent] |
A persistent pattern (used in
bitmatch operator), is just a
list of pattern fields.
|
T | |
| t [Bitstring.Buffer] | |
| t [Bitstring] | t is a synonym for the Bitstring.bitstring type.
|