sourcephile
/
git
/
comptalang.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ajout : Makefile
[comptalang.git]
/
lib
/
Hcompta
/
Model
/
Amount
/
Unit.hs
diff --git
a/lib/Hcompta/Model/Amount/Unit.hs
b/lib/Hcompta/Model/Amount/Unit.hs
index 8efbae8e63c049c55581e01d47e5b56407aaad45..41df0db60a46d4894174fde27ae0d3c59f952ed5 100644
(file)
--- a/
lib/Hcompta/Model/Amount/Unit.hs
+++ b/
lib/Hcompta/Model/Amount/Unit.hs
@@
-1,7
+1,10
@@
+{-# LANGUAGE OverloadedStrings #-}
module Hcompta.Model.Amount.Unit where
+import Data.Text (Text)
+
type Unit
- =
String
+ =
Text
nil :: Unit
nil = ""