-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | A more progressive alternative to the "base" package
--
-- This package is intended for those who are tired of keeping long lists
-- of dependencies to the same essential libraries in each package as
-- well as the endless imports of the same APIs all over again. It also
-- supports the modern tendencies in the language.
--
-- To solve those problems this package does the following:
--
--
-- - Reexport the original APIs under the "Rebase" namespace.
-- - Export all the possible non-conflicting symbols from the
-- "Rebase.Prelude" module.
-- - Give priority to the modern practices in the conflicting
-- cases.
--
--
-- The policy behind the package is only to reexport the non-ambiguous
-- and non-controversial APIs, which the community has obviously settled
-- on. The package is intended to rapidly evolve with the contribution
-- from the community, with the missing features being added with
-- pull-requests.
@package rebase
@version 0.1.4
module Rebase.Data.Bifunctor
module Rebase.Data.Text.Lazy.IO
module Rebase.Data.Text.Lazy
module Rebase.Data.Text.IO
module Rebase.Data.ByteString.Lazy
module Rebase.Data.Time
module Rebase.Data.UUID
module Rebase.Data.Scientific
module Rebase.Data.Text
module Rebase.Data.ByteString
module Rebase.Data.Vector
module Rebase.Data.HashMap.Strict
module Rebase.Data.HashSet
module Rebase.Data.Set
module Rebase.Data.Sequence
module Rebase.Data.Map.Strict
module Rebase.Data.IntSet
module Rebase.Data.IntMap.Strict
module Rebase.Data.Hashable
module Rebase.Contravariant.Extras
module Rebase.Data.Functor.Contravariant.Divisible
module Rebase.Data.Functor.Contravariant
module Rebase.Data.Profunctor.Unsafe
module Rebase.Data.Profunctor
-- | This module reexports the non-conflicting definitions from the modules
-- exported by this package, providing a much more featureful alternative
-- to the standard Prelude.
--
-- For details check out the source.
module Rebase.Prelude