package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ocaml = string list
type abstract
type t =
  1. | Elisp of abstract
  2. | This of ocaml
val sexp_of_t : t -> Sexplib0.Sexp.t
val create_elisp : ocaml -> t
val to_value : t -> Ecaml_value.Value.t