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, 'b) B.t -> bool
val composition : ('e -> 'b) -> ('f -> 'd) -> ('b -> 'a) -> ('d -> 'c) -> ('a, 'c) B.t -> bool