cga/Defaults.hs

9 lines
169 B
Haskell
Raw Normal View History

{-# OPTIONS_HADDOCK ignore-exports #-}
module Defaults where
-- |Used to create a common interface for default settings of data types.
class Def a where
def :: a