packages feed

radix-tree-1.0.0.0: src/Data/Patricia/Word/Common.hs

module Data.Patricia.Word.Common
  ( Lookup (..)
  ) where



-- | Key together with the value.
data Lookup a = Lookup {-# UNPACK #-} !Word a
                deriving Show