{-# LANGUAGE PatternSynonyms #-}
module Data.HashCons (module X) where

import Data.HashCons.Internal as X
  ( HashCons
  , pattern HashCons
  , hashCons
  , unHashCons
  )