uusi-0.4.3.0: Tweak .cabal files
Copyright(c) 2020-2021 berberman
LicenseMIT
Maintainerberberman <berberman@yandex.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Uusi.Utils

Description

Utilities that don't make a lot of sense.

Synopsis

Documentation

(|>) :: a -> (a -> b) -> b infixl 1 Source #

The same as &, but lovelier

(<|) :: (a -> b) -> a -> b infixr 0 Source #

The same as $, but lovelier

chain :: [Op a] -> Op a Source #

Connect a series of Op