1 {-# LANGUAGE DeriveAnyClass #-}
3 module Literate.Accounting.PlanComptableGénéral.PCG where
5 import Literate.Prelude
9 , pcgParent :: Maybe PCGId
10 , pcgSystem :: PCGSystem
11 , pcgDescription :: ShortText
13 deriving (Eq, Ord, Show, Generic, NFData)
15 newtype PCGId = PCGId Natural
16 deriving (Eq, Ord, Show, Generic)
17 deriving newtype (NFData)
23 deriving (Eq, Ord, Show, Generic, NFData)