{-# LANGUAGE Safe #-} {- | Copyright: (c) 2016 Stephen Diehl (c) 20016-2018 Serokell (c) 2018 Kowainik License: MIT Maintainer: Kowainik 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