You can search for identifiers within the package.
in-package search v0.2.0
A grammatical type which classifies atoms.
type t =
| String
Any atom.
| Bool
One of true, false, True, or False.
true
false
True
False
| Char
A single-character atom.
| Float
An atom which parses as a float.
float
| Int
An atom which parses as an integer, such as int or int64.
int
int64
| This of {
ignore_capitalization : bool;
string : string;
}
Exactly that string, possibly modulo case in the first character.