2014-10-06 21:14:23 +00:00
|
|
|
{-# OPTIONS_HADDOCK ignore-exports #-}
|
|
|
|
|
2014-10-07 17:18:16 +00:00
|
|
|
module Class.Defaults where
|
2014-10-05 13:50:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
-- |Used to create a common interface for default settings of data types.
|
|
|
|
class Def a where
|
2014-10-09 22:19:05 +00:00
|
|
|
def :: a
|