Skip to content

Commit

Permalink
Merge pull request #73 from GaloisInc/hashtable_basic
Browse files Browse the repository at this point in the history
Change HashTable algorithm to "Basic".
  • Loading branch information
kquick authored Mar 24, 2020
2 parents b217641 + 63f68dc commit 43cb6d2
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 43cb6d2

Please sign in to comment.