package ecaml

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

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
OCaml

Innovation. Community. Security.