package dune

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

Module Stdune.Dyn

type t =
  1. | Unit
  2. | Int of int
  3. | Bool of bool
  4. | String of string
  5. | Bytes of bytes
  6. | Char of char
  7. | Float of float
  8. | Sexp of Stdune__.Sexp0.t
  9. | Option of t option
  10. | List of t list
  11. | Array of t array
  12. | Tuple of t list
  13. | Record of (string * t) list
  14. | Variant of string * t list
  15. | Map of (t * t) list
  16. | Set of t list
module Encoder : sig ... end
val pp : Format.formatter -> t -> unit
val opaque : t
val to_sexp : t Sexp.Encoder.t
OCaml

Innovation. Community. Security.