package ecaml

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

Entry defines the various kinds of entries stored in load-history.

type t =
  1. | Autoload of Symbol.t
  2. | Face of Face.t
  3. | Fun of Symbol.t
  4. | Previously_an_autoload of Symbol.t
  5. | Provide of Symbol.t
  6. | Require of Symbol.t
  7. | Var of Symbol.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_value : t -> Ecaml_value.Value.t