]> Git — Sourcephile - comptalang.git/blob - lib/Hcompta/Model/Amount/Unit.hs
Ajout : Format.Ledger.Read.journal
[comptalang.git] / lib / Hcompta / Model / Amount / Unit.hs
1 {-# LANGUAGE OverloadedStrings #-}
2 module Hcompta.Model.Amount.Unit where
3
4 import Data.Text (Text)
5
6 type Unit
7 = Text
8
9 nil :: Unit
10 nil = ""