-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A uniform base to build apps on -- -- Goals: -- -- -- -- The packages included here deal with -- -- -- -- Please see the README on GitHub at -- https://github.com/andrewufrank/uniformBase/readme @package uniformBase @version 0.1.3 module UniformBase data NoticeLevel NoticeLevel0 :: NoticeLevel NoticeLevel1 :: NoticeLevel NoticeLevel2 :: NoticeLevel inform :: NoticeLevel -> Bool informNone :: NoticeLevel -> Bool informAll :: NoticeLevel -> Bool -- | Representable types of kind *. This class is derivable in GHC -- with the DeriveGeneric flag on. -- -- A Generic instance must satisfy the following laws: -- --
--   from . toid
--   to . fromid
--   
class Generic a instance GHC.Generics.Generic UniformBase.NoticeLevel instance GHC.Read.Read UniformBase.NoticeLevel instance GHC.Show.Show UniformBase.NoticeLevel instance GHC.Classes.Ord UniformBase.NoticeLevel instance GHC.Classes.Eq UniformBase.NoticeLevel instance Uniform.Zero.Zeros UniformBase.NoticeLevel