You can search for identifiers within the package.
in-package search v0.2.0
val (!^) : string -> t
Prefix version of text.
text
val (<>) : t -> t -> t
Infix version of hcat.
hcat
val ($$) : t -> t -> t
Infix version of vcat.
vcat
val (<|>) : t -> t -> t
Infix version of choice.
choice
val (<+>) : t -> t -> t
Infix version of hsep.
hsep
val (</>) : t -> t -> t
Either (<+>) or ($$).
(<+>)
($$)
val (<//>) : t -> t -> t
Either (<+>) or ($$) indented 2 spaces.