package bastet

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

Module Infix.ApplySource

Sourceval (<$>) : ('a -> 'b) -> 'a Array.Apply.t -> 'b Array.Apply.t
Sourceval (<@>) : 'a Array.Apply.t -> ('a -> 'b) -> 'b Array.Apply.t
Sourceval (<*>) : ('a -> 'b) Array.Apply.t -> 'a Array.Apply.t -> 'b Array.Apply.t