package of_json

  1. Overview
  2. Docs
A friendly applicative interface for Jsonaf.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=19351755bd4c2f72968a712b730659f89edda7be23151015d5080e79146597c7

doc/of_json/Of_json/Applicative_infix/index.html

Module Of_json.Applicative_infixSource

Sourceval (<*>) : (Json.t -> 'a -> 'b) -> (Json.t -> 'a) -> Json.t -> 'b

same as apply

Sourceval (<*) : (Json.t -> 'a) -> (Json.t -> unit) -> Json.t -> 'a
Sourceval (*>) : (Json.t -> unit) -> (Json.t -> 'a) -> Json.t -> 'a
Sourceval (>>|) : (Json.t -> 'a) -> ('a -> 'b) -> Json.t -> 'b
OCaml

Innovation. Community. Security.