package ppx_deriving_yamlx

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

Module Ppx_deriving_yamlx_runtimeSource

include Ppx_deriving_yamlx_types.Runtime with type t = YAMLx.value and type integer = int64
Sourcetype integer = int64
Sourceval int : int -> t
Sourceval float : float -> t
Sourceval bool : bool -> t
Sourceval string : string -> t
Sourceval list : t list -> t
Sourceval obj : (string * t) list -> t
Sourceval null : t
Sourceval of_integer : integer -> int