sourcephile
/
git
/
comptalang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Ajout : Control.Monad.Classes.{StateFix,StateInstance}.
[comptalang.git]
/
jcc
/
Hcompta
/
Format
/
JCC
/
Chart.hs
1
module Hcompta.Format.JCC.Chart where
2
3
import qualified Hcompta.Chart as Chart
4
import Hcompta.Format.JCC.Account
5
6
-- * Type 'Chart'
7
8
type Chart = Chart.Chart Account
9
type Charted = Chart.Charted Account