package ocamlformat-mlx-lib

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

Module Conf.EltSource

Sourcetype 'a t = {
  1. v : 'a;
  2. from : from;
}

An 'a Elt.t represent a set config option of type 'a, along with the indication of where the option was set (commandline, config file etc).

Sourceval v : 'a t -> 'a
Sourceval from : 'a t -> from
Sourceval make : 'a -> from -> 'a t
OCaml

Innovation. Community. Security.