{-# LANGUAGE OverloadedStrings #-} module Hcompta.Model.Amount.Unit where import Data.Text (Text) type Unit = Text nil :: Unit nil = ""