]> Git — Sourcephile - comptalang.git/blob - lib/Hcompta/Model/Amount/Unit.hs
Ajout : Format.Ledger.Read : account, amount
[comptalang.git] / lib / Hcompta / Model / Amount / Unit.hs
1 module Hcompta.Model.Amount.Unit where
2
3 type Unit
4 = String
5
6 nil :: Unit
7 nil = ""