package containers

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

Module Containers_pp.InfixSource

Sourceval (^) : t -> t -> t

Alias of append.

Sourceval (^+) : t -> t -> t

x ^+ y is x ^ text " " ^ y

Sourceval (^/) : t -> t -> t

x ^/ y is x ^ newline ^ y

OCaml

Innovation. Community. Security.