module Indexation.Data
(
  Index(..),
  EntityTable,
  Indexer,
)
where

import Indexation.Types
import Indexation.Instances ()