package core_kernel

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

Module Enum.Make_to_stringSource

Defines to_string for M, based on M.sexp_of_t. The sexp representation of M.t must be a sexp atom.

Parameters

module M : sig ... end

Signature

Sourceval to_string : M.t -> Base.String.t