{- |

For convenience, this module exports only the important types from 'Data.Loc'.

-}
module Data.Loc.Types
  (
    Pos,
    Line,
    Column,
    Loc,
    Span,
    SpanOrLoc,
    Area,
  )
  where

import Data.Loc