You can search for identifiers within the package.
in-package search v0.2.0
Tiebreak instructs Fzf how to sort lines when the "matching scores" are tied. See fzf(1) for more documentation.
Tiebreak
Fzf
type t =
| Length
Prefers line with shorter length
| Begin
Prefers line with matched substring closer to the beginning
| End
Prefers line with matched substring closer to the end
| Index
Prefers line that appeared earlier in the input stream (default)
include Core.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string