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

Agda.Interaction.Exceptions

Description

This module defines the exception handler.

Synopsis

Documentation

failOnException :: (Range -> String -> IO a) -> IO a -> IO aSource

Note that failOnException only catches ParseErrors.