cga/Class/Defaults.hs

9 lines
173 B
Haskell
Raw Normal View History

{-# OPTIONS_HADDOCK ignore-exports #-}
2014-10-07 17:18:16 +00:00
module Class.Defaults where
-- |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