relude-0.6.0.0: src/Relude/Bool.hs
{-# LANGUAGE Safe #-}
{- |
Copyright: (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2019 Kowainik
SPDX-License-Identifier: MIT
Maintainer: Kowainik <xrom.xkov@gmail.com>
Convenient commonly used and very helpful functions to work with 'Bool' and also
with monads.
-}
module Relude.Bool
( module Relude.Bool.Guard
, module Relude.Bool.Reexport
) where
import Relude.Bool.Guard
import Relude.Bool.Reexport