Agda-2.2.4: A dependently typed functional programming language and proof assistantSource codeContentsIndex
Agda.Interaction.Exceptions
Description
This module defines the exception handler.
Documentation
handleParseException :: (ParseError -> IO a) -> ParseError -> IO aSource
handleDeclarationException :: (DeclarationException -> IO a) -> DeclarationException -> IO aSource
failOnException :: (Range -> String -> IO a) -> IO a -> IO aSource
Produced by Haddock version 2.4.2