loc-0.1.0.0: src/Data/Loc/Types.hs
{- |
For convenience, this module exports only the important types from 'Data.Loc'.
-}
module Data.Loc.Types
( Pos, Line, Column, Loc, Span, Area
) where
import Data.Loc
{- |
For convenience, this module exports only the important types from 'Data.Loc'.
-}
module Data.Loc.Types
( Pos, Line, Column, Loc, Span, Area
) where
import Data.Loc