package ecaml

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

Module Face.WidthSource

Sourcemodule T : sig ... end
include module type of struct include T end
Sourceval module_name : string
Sourceval symbol : Symbol.t
Sourcetype t = T.t =
  1. | Ultra_condensed
  2. | Extra_condensed
  3. | Condensed
  4. | Semi_condensed
  5. | Normal
  6. | Semi_expanded
  7. | Expanded
  8. | Extra_expanded
  9. | Ultra_expanded
  10. | Unspecified
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval unspecified : t
include sig ... end
Sourceval of_symbol_exn : Ecaml_value.Value.t -> T.t
Sourceval to_symbol : T.t -> Ecaml_value.Value.t
Sourceval of_value_exn : Ecaml_value.Value.t -> T.t
Sourceval to_value : T.t -> Ecaml_value.Value.t