package ppx_deriving_yaml

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

Module Ppx_deriving_yaml_runtimeSource

include Ppx_deriving_yaml_types.Runtime with type t = Yaml.value and type integer = float
Sourcetype integer = float
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