Entry
defines the various kinds of entries stored in load-history
.
type t
=
| Autoload of Ecaml.Symbol.t |
| Face of Ecaml.Face.t |
| Fun of Ecaml.Symbol.t |
| Previously_an_autoload of Ecaml.Symbol.t |
| Provide of Ecaml.Symbol.t |
| Require of Ecaml.Symbol.t |
| Var of Ecaml.Symbol.t |
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val to_value : t ‑> Ecaml.Value.t