package edn

  1. Overview
  2. Docs
Parsing OCaml library for EDN format

Install

Dune Dependency

Authors

Maintainers

Sources

edn-0.2.0.tbz
sha256=7bf2f24eed0e1d7be00d218dcf27c1de53fed276eaf86bb5ea510df12732cdc0
sha512=cef755b969e817d43944be53560803b64b379dc2af1ee39ed0a1c83f79bcce8e664ccc0911c7075d9352ee17a4b2a39211d16da724859dff21702b426bb34730

doc/edn/Edn/index.html

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 seq_from_channel : in_channel -> t Seq.t
Sourcemodule Errors : sig ... end
Sourcemodule Json : sig ... end
Sourcemodule Util : sig ... end
OCaml

Innovation. Community. Security.