Move Defaults.hs to 'Class' subsystem

This commit is contained in:
2014-10-07 19:18:16 +02:00
parent b7d752ae20
commit 73984b796d
4 changed files with 4 additions and 4 deletions

8
Class/Defaults.hs Normal file
View File

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