summaryrefslogtreecommitdiffstats
path: root/lib/ingcsv.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ingcsv.ml')
-rw-r--r--lib/ingcsv.ml5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ingcsv.ml b/lib/ingcsv.ml
index f9cd95e..bef9ab9 100644
--- a/lib/ingcsv.ml
+++ b/lib/ingcsv.ml
@@ -1,9 +1,6 @@
1open Prelude 1open Prelude
2open Result.Let_syntax 2open Result.Let_syntax
3 3module Debit_credit = Ledger.Debit_credit
4module Debit_credit = struct
5 type t = Debit | Credit [@@deriving string, sexp_of]
6end
7 4
8module Cents = struct 5module Cents = struct
9 type t = Z.t 6 type t = Z.t