module Happstack.Data.IxSet.Ix 
    ( Ix(..)
    , insert
    , delete
    , insertList
    , deleteList
    , union
    , intersection
    ) 
    where

import Data.IxSet.Ix