package safemoney

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

Module Utils.SeparatorSource

Separator Configuration

Sourcetype t = private string * string option

Types

Sourceval make_exn : (char * char option) -> t

Construction

e.g. make_exn (',', Some '.')

Sourceval fst : t -> string

Get first separator

Sourceval snd : t -> string option

Get second optional separator

OCaml

Innovation. Community. Security.