Skip to content

Commit

Permalink
Change HashTable algorithm to "Basic".
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Mar 13, 2020
1 parent b217641 commit 63f68dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Parameterized/HashTable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Data.Parameterized.HashTable

import Control.Applicative
import Control.Monad.ST
import qualified Data.HashTable.ST.Linear as H
import qualified Data.HashTable.ST.Basic as H
import GHC.Exts (Any)
import Unsafe.Coerce

Expand Down

0 comments on commit 63f68dc

Please sign in to comment.