hash-cons-0.2.0.0: src/Data/HashCons.hs
{-# LANGUAGE PatternSynonyms #-}
module Data.HashCons (module X) where
import Data.HashCons.Internal as X
( HashCons
, pattern HashCons
, hashCons
, unHashCons
)
{-# LANGUAGE PatternSynonyms #-}
module Data.HashCons (module X) where
import Data.HashCons.Internal as X
( HashCons
, pattern HashCons
, hashCons
, unHashCons
)