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