package containers

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

Module CCSimple_queue.InfixSource

Sourceval (>|=) : 'a t -> ('a -> 'b) -> 'b t

Alias to map.

Sourceval (@) : 'a t -> 'a t -> 'a t

Alias to append.

Sourceval (<::) : 'a t -> 'a -> 'a t

Alias to snoc.

OCaml

Innovation. Community. Security.