MemoTrie 0.6.1 → 0.6.2
raw patch · 2 files changed
+3/−4 lines, 2 files
Files
- MemoTrie.cabal +2/−1
- src/Data/MemoTrie.hs +1/−3
MemoTrie.cabal view
@@ -1,5 +1,5 @@ Name: MemoTrie-Version: 0.6.1+Version: 0.6.2 Cabal-Version: >= 1.6 Synopsis: Trie-based memo functions Category: Data@@ -31,3 +31,4 @@ Exposed-Modules: Data.MemoTrie + ghc-prof-options: -prof -auto-all
src/Data/MemoTrie.hs view
@@ -98,9 +98,7 @@ -} -{-# RULES-"trie/untrie" forall t. trie (untrie t) = t- #-}+{-# RULES "trie/untrie" forall t. trie (untrie t) = t #-} -- Don't include the dual rule: -- "untrie/trie" forall f. untrie (trie f) = f