diagnose-2.3.0: src/Error/Diagnose/Report.hs
-- |
-- Module : Error.Diagnose.Report
-- Description : Report definition and pretty printing
-- Copyright : (c) Mesabloo, 2021-2022
-- License : BSD3
-- Stability : experimental
-- Portability : Portable
module Error.Diagnose.Report
( -- * Re-exports
module Export,
)
where
import Error.Diagnose.Report.Internal as Export (Marker (..), Note (..), Report, err, errorToWarning, warn, warningToError)