module Haspara.Id
  ( Id(..)
  , IdLookup
  ) where

import Haspara.Internal.Id (Id(..), IdLookup)