package ecaml

  1. Overview
  2. Docs
Library for writing Emacs plugin in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ecaml-v0.14.0.tar.gz
sha256=ca97b30782e1b9fc42ccd54ba6afd60a7eb1087b56f3e21076ae33abfa638dfa
md5=ecae1a972130cd93c64eecc1ed71cad1

doc/src/ecaml.ecaml_value/value0.ml.html

Source file value0.ml

1
2
3
4
5
6
7
open! Core_kernel
open! Import

type t

let sexp_of_t_ref = ref (fun _ -> [%message [%here] "sexp_of_t not yet defined"])
let sexp_of_t t = !sexp_of_t_ref t