package apero-core

  1. Overview
  2. Docs
OCaml Utility Library

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.7.tar.gz
sha256=f4ec7ce1174f0401955cb551548fcdc0efeecaf701de38573a94092b54e69648
sha512=6673419024e5f36a0ff08f38234b8af214b713e5d702c04dd860026b76f3d29babe83dc8a49d371eb088231d2864ed01ef1166706c5df5332e0717eb71b29e44

doc/apero-core/Acommon/index.html

Module Acommon

val identity : 'a -> 'a
val drop : int -> 'a list -> 'a list
val take : int -> 'a list -> 'a list
val compose : ('b -> 'c) -> ('a -> 'b) -> 'a -> 'c
val some : 'b -> ('a -> 'b) -> 'a option -> 'b
val result : ('a -> 'b) -> ('c -> 'b) -> ('a, 'c) result -> 'b
val apply : ('a -> 'b) -> 'a -> 'b
val apply_n : 'a -> ('a -> 'b) -> int -> 'b list
val flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
module Infix : sig ... end
module Astring : sig ... end

Apero.AString module includes and extends the Astring.String module - see its API here: Astring.String

module type Monad = sig ... end
module Option : sig ... end
module Result : sig ... end
module LwtM : sig ... end
OCaml

Innovation. Community. Security.