Module Load_history.Type

Type represents the type of symbol being searched for, corresponding to the TYPE argument of find-function-search-for-symbol.

type t =
| Face
| Fun
| Var
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml__.Import0.Valueable.S with type t := t
type t
type 'a type_
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t type_
val t : t type_