package ezjs_min

  1. Overview
  2. No Docs
A bunch of js_of_ocaml shortcuts

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=6475db585f4df50c079798ed0f028d87
sha512=10f851f60a169ae20898a286256b911faa83705a3a92f3aaa65fb0a5cb093710dbbc22d86140b03501f7e307dc4fbea0fced7448bc88c4e526b7e35ae4c474ec

doc/ezjs_min/Ezjs_min/AOpt/index.html

Module Ezjs_min.AOptSource

Sourcetype +'a t
Sourceval null : 'a t
Sourceval some : 'a -> 'a t
Sourceval undefined : 'a t
Sourceval def : 'a -> 'a t
Sourceval return : 'a -> 'a t
Sourceval coerce : 'a t -> 'a
Sourceval js_equals : 'a -> 'b -> bool
Sourceval is_none : 'a t -> bool
Sourceval map : ?none:'b t -> 'a t -> ('a -> 'b) -> 'b t
Sourceval bind : ?none:'b t -> 'a t -> ('a -> 'b t) -> 'b t
Sourceval test : 'a t -> bool
Sourceval iter : 'a t -> ('a -> unit) -> unit
Sourceval case : 'a t -> (unit -> 'b) -> ('a -> 'b) -> 'b
Sourceval get : 'a t -> (unit -> 'a) -> 'a
Sourceval option : ?none:'a t -> 'a option -> 'a t
Sourceval to_option : 'a t -> 'a option
Sourceval aopt : ?none:'b t -> ('a -> 'b) -> 'a option -> 'b t
Sourceval to_aopt : ('a -> 'b) -> 'a t -> 'b option
OCaml

Innovation. Community. Security.