packages feed

universum-1.0.0: src/Universum/Bool.hs

{-# LANGUAGE Safe #-}

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

module Universum.Bool
       ( module Universum.Bool.Guard
       , module Universum.Bool.Reexport
       ) where

import Universum.Bool.Guard
import Universum.Bool.Reexport