package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

type t =
  1. | Face
  2. | Fun
  3. | Var
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml_value.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t