package base

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

For when you want the sexp representation of one type to be the same as that for some other isomorphic type.

Parameters

module Sexpable : S
module M : sig ... end

Signature

val t_of_sexp : Sexp.t -> M.t
val sexp_of_t : M.t -> Sexp.t