package bastet

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

Parameters

module E : Interface.EQ2 with type ('a, 'b) t = ('a, 'b) B.t

Signature

val id : ('a, 'a) Function.Category.t
val (<.) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val identity : ('a, 'b) B.t -> bool
val composition : ('b -> 'e) -> ('d -> 'f) -> ('a -> 'b) -> ('c -> 'd) -> ('a, 'c) B.t -> bool