package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type '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).

val v : 'a t -> 'a
val from : 'a t -> from
val make : 'a -> from -> 'a t