Home
last modified time | relevance | path

Searched refs:valuationToggleCost (Results 1 – 1 of 1) sorted by relevance

/dports/finance/hs-hledger-ui/hledger-ui-1.19/Hledger/UI/
H A DUIState.hs117 ui{aopts=uopts{cliopts_=copts{reportopts_=ropts{value_ = valuationToggleCost $ value_ ropts}}}}
126 valuationToggleCost :: Maybe ValuationType -> Maybe ValuationType
127 valuationToggleCost (Just (AtCost _)) = Nothing function
128 valuationToggleCost _ = Just $ AtCost Nothing function