-- | For convenience, this module exports only the important types from 'Data.Loc'
module Data.Loc.Types
  ( Line,
    Column,
    Loc,
    Span,
    SpanOrLoc,
    Area,
  )
where

import Data.Loc