]> Git — Sourcephile - comptalang.git/blob - lib/Hcompta/Chart.hs
Sync with symantic.
[comptalang.git] / lib / Hcompta / Chart.hs
1 module Hcompta.Chart where
2
3 import Data.Data
4 import Data.Typeable
5 import Text.Show (Show(..))
6
7 import Hcompta.Account
8
9 class Chart c where
10 type Chart_Account c
11 chart_account_tags :: c -> Chart_Account c -> Account_Tags (Chart_Account c)
12 chart_account_ref :: c -> Account_Anchor (Chart_Account c) -> Chart_Account c