package edn

  1. Overview
  2. Docs

Module EdnSource

Sourcetype t = [
  1. | `Assoc of (t * t) list
  2. | `List of t list
  3. | `Vector of t list
  4. | `Set of t list
  5. | `Null
  6. | `Bool of bool
  7. | `String of string
  8. | `Char of string
  9. | `Symbol of string option * string
  10. | `Keyword of string option * string
  11. | `Int of int
  12. | `BigInt of string
  13. | `Float of float
  14. | `Decimal of string
  15. | `Tag of string option * string * t
]
Sourceval to_string : t -> string
Sourceval from_string : string -> t
Sourceval from_channel : in_channel -> t
Sourceval stream_from_channel : in_channel -> t Stream.t
Sourcemodule Errors : sig ... end
Sourcemodule Json : sig ... end
Sourcemodule Util : sig ... end
OCaml

Innovation. Community. Security.