We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb5357 commit f42b140Copy full SHA for f42b140
hledger-lib/Hledger/Data/Types.hs
@@ -28,6 +28,10 @@ import Data.Decimal
28
import Data.Default
29
import Data.List (intercalate)
30
import Text.Blaze (ToMarkup(..))
31
+--XXX https://hackage.haskell.org/package/containers/docs/Data-Map.html
32
+--Note: You should use Data.Map.Strict instead of this module if:
33
+--You will eventually need all the values stored.
34
+--The stored values don't represent large virtual data structures to be lazily computed.
35
import qualified Data.Map as M
36
import Data.Text (Text)
37
-- import qualified Data.Text as T
0 commit comments