{-# OPTIONS_GHC -fno-warn-tabs #-} module Hcompta.Lib.Data.Default where -- * Class 'Default' class Default a where def :: a