package bear

  1. Overview
  2. Docs
Bare essential additions to the stdlib

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.1.tar.gz
sha256=2f17181dbb732e794e9e9eccd851a614dee5c4779cee84dfcb52def270783962
md5=53a74fa62642c7a209e2a162efd2869f

doc/bear/Bear_pervasives/index.html

Module Bear_pervasivesSource

Sourceval say : string -> unit
Sourceval warn : string -> unit
Sourceval sayf : ('a, unit, string, unit) Stdlib.format4 -> 'a
Sourceval warnf : ('a, unit, string, unit) Stdlib.format4 -> 'a
Sourceval identity : 'a -> 'a
Sourceval apply : ('a -> 'b) -> 'a -> finally:('a -> 'c) -> 'a -> 'b
Sourceval with_dispose : dispose:('a -> 'b) -> ('a -> 'c) -> 'a -> 'c
Sourceval (>>:) : ('a * ('a -> 'b)) -> ('a -> 'c) -> 'c
OCaml

Innovation. Community. Security.