packages feed

radix-tree-1.0.0.0: src/Radix/Word8/Common.hs

module Radix.Word8.Common
  ( Location (..)
  ) where



-- | Whether the cursor point to a point within the tree.
data Location = Inside
              | Outside
                deriving Show