package core_kernel

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

Module Enum.Make_stringableSource

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

Parameters

module M : S

Signature

Sourceval of_string : string -> M.t
Sourceval to_string : M.t -> string