]> Git — Sourcephile - comptalang.git/blob - cli/Hcompta/Lib/Data/Default.hs
Gather into Writeable instances.
[comptalang.git] / cli / Hcompta / Lib / Data / Default.hs
1 {-# OPTIONS_GHC -fno-warn-tabs #-}
2 module Hcompta.Lib.Data.Default where
3
4 -- * Class 'Default'
5
6 class Default a where
7 def :: a