diff options
Diffstat (limited to 'lib/ingcsv.ml')
| -rw-r--r-- | lib/ingcsv.ml | 5 |
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 @@ | |||
| 1 | open Prelude | 1 | open Prelude |
| 2 | open Result.Let_syntax | 2 | open Result.Let_syntax |
| 3 | 3 | module Debit_credit = Ledger.Debit_credit | |
| 4 | module Debit_credit = struct | ||
| 5 | type t = Debit | Credit [@@deriving string, sexp_of] | ||
| 6 | end | ||
| 7 | 4 | ||
| 8 | module Cents = struct | 5 | module Cents = struct |
| 9 | type t = Z.t | 6 | type t = Z.t |