package dune

  1. Overview
  2. Docs
Fast, portable and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.9.3.tbz
sha256=317bec6de4429b5dee157e9864294e1534b722a2acfc50480bd16c804ab790ca
sha512=17450333156622d4612816f9ad5a224c741d62b247d63c1d77b5359d37517c1f9bc598dd11fa024f4e02ccf7eef474cd532eef1d9c34ed13439db6c781f9fa7a

doc/dune._stdune/Stdune/Dyn/index.html

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.