CoALP-0.0.6: Coalgebraic logic programming library

Safe HaskellSafe-Inferred
LanguageHaskell2010

CoALP.Error

Description

CoALP error messages

Synopsis

Documentation

data Err

Error messages data type

Constructors

EmptyMsg 
Msg String 
InternalMsg String 
NotImplementedYet String 
ParserErr String 

Instances

Show Err