packages feed

loc-0.2.0.0: src/Data/Loc/Types.hs

-- | 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