relude-1.1.0.0: Safe, performant, user-friendly and lightweight Haskell Standard Library
Copyright(c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
LicenseMIT
MaintainerKowainik <xrom.xkov@gmail.com>
StabilityStable
PortabilityPortable
Safe HaskellSafe
LanguageHaskell2010

Relude.Bool

Description

Convenient commonly used and very helpful functions to work with Bool and also with monads.

Synopsis

Documentation

Reexports from Data.Bool and Control.Monad. Includes necessary types and functions to work with Bool type.

Boolean combinators that work in monads. Like ifM or guardM.