package ecaml

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

(<:) creates a new property name and makes it available for automatic typeful conversion of elisp property lists. Idiomatic usage looks like this:

Text.Property_name.Create.(name <: type_)

We keep Create clear of other values to avoid polluting the namespace inside that local open.

val (<:) : string -> 'a Ecaml_value.Value.Type.t -> 'a t