Agda-2.5.3: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell2010

Agda.TypeChecking.Warnings

Synopsis

Documentation

genericWarning :: MonadTCM tcm => Doc -> tcm () Source #

warning :: MonadTCM tcm => Warning -> tcm () Source #

data WhichWarnings Source #

Classifying warnings: some are benign, others are (non-fatal) errors

Constructors

ErrorWarnings

warnings that will be turned into errors

AllWarnings

all warnings, including errors and benign ones Note: order of constructors is important for the derived Ord instance

runPM :: PM a -> TCM a Source #

running the Parse monad