package core

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

Parameters

module H1 : sig ... end
module H2 : sig ... end

Signature

include Sexplib0.Sexpable.S with type t := Make(H1)(H2).t
val t_of_sexp : Sexplib0.Sexp.t -> Make(H1)(H2).t
val sexp_of_t : Make(H1)(H2).t -> Sexplib0.Sexp.t