You can search for identifiers within the package.
in-package search v0.2.0
type symbols = {
topLeft : string;
top : string;
topRight : string;
right : string;
bottomRight : string;
bottom : string;
bottomLeft : string;
left : string;
}
val single : symbols
val double : symbols
val round : symbols
val bold : symbols
val singleDouble : symbols
val doubleSingle : symbols
val classic : symbols
val arrow : symbols
type t =
| Single
| Double
| Round
| Bold
| SingleDouble
| DoubleSingle
| Arrow
| Classic
| Custom of symbols
val symbols : t -> symbols