package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

include sig ... end
val id : ('a, 'a) Function.Category.t
val (<.) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val identity : 'a I.t -> bool
val composition : ('a -> 'b) -> ('b -> 'a) -> ('b -> 'a) -> ('a -> 'b) -> 'a I.t -> bool