package core_kernel

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

Module Enum.Make_of_stringSource

Defines an of_string function for M, using M.all and M.to_string. Does not require M to be sexpable.

Parameters

Signature

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