uusi-0.2.1.0: Tweak dependencies in .cabal files
Copyright(c) 2020 berberman
LicenseMIT
Maintainerberberman <1793913507@qq.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
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