You are viewing a single comment's thread. Return to all comments →
Never mind, Worked around by enabling package imports
{-# OPTIONS_GHC -XPackageImports #-}
and then import hashset from unordered-containers (the hashmap package is deprecated)
import "unordered-containers" Data.HashSet
Seems like cookies are disabled on this browser, please enable them to open this website
Klotski
You are viewing a single comment's thread. Return to all comments →
Never mind, Worked around by enabling package imports
and then import hashset from unordered-containers (the hashmap package is deprecated)