package feather

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

Module Feather.InfixSource

Sourceval (>) : cmd -> Base.string -> cmd

Redirect Stdout

Sourceval (>>) : cmd -> Base.string -> cmd
Sourceval (>!) : cmd -> Base.string -> cmd

Redirect Stderr

Sourceval (>>!) : cmd -> Base.string -> cmd
Sourceval (<) : cmd -> Base.string -> cmd

Read file from stdin

Sourceval (&&.) : cmd -> cmd -> cmd

Same as and_

Sourceval (||.) : cmd -> cmd -> cmd

Same as or_

Sourceval (->.) : cmd -> cmd -> cmd

Same as sequence

->. binds more tightly than |. so parentheses should be used when chaining the two.

OCaml

Innovation. Community. Security.