diff --git a/hledger-lib/Hledger/Data/Valuation.hs b/hledger-lib/Hledger/Data/Valuation.hs index 7e8d86d6f..f6ff9040d 100644 --- a/hledger-lib/Hledger/Data/Valuation.hs +++ b/hledger-lib/Hledger/Data/Valuation.hs @@ -52,6 +52,8 @@ import Text.Printf (printf) -- Types -- | Which operation to perform on conversion transactions. +-- (There was also an "infer equity postings" operation, but that is now done +-- earlier, in journal finalisation.) data ConversionOp = NoConversionOp | ToCost deriving (Show,Eq)