package lutin

  1. Overview
  2. Docs

Module TypeSource

Sourcetype enum_value = string
Sourcetype field = string
Sourcetype t =
  1. | BoolT
  2. | IntT
  3. | FloatT
  4. | UT of structured
Sourceand structured =
  1. | ArrayT of int * t
  2. | StructT of (field * t) list
  3. | EnumT of enum_value list
Sourceval to_data_t : t -> Data.t
Sourceval to_string : t -> string
Sourceval to_string2 : t -> string
Sourceval to_string3 : t -> string
Sourceval to_cstring : t -> string
Sourceval to_cstring_bis : t -> string
Sourceval structured_to_string : structured -> string