Copyright | (c) Galois Inc, 2015 |
---|---|
License | Apache-2 |
Maintainer | jhendrix@galois.com, lcasburn@galois.com |
Safe Haskell | Safe |
Language | Haskell98 |
Exceptions thrown by Lean.
Documentation
data LeanException Source
An exception thrown by Lean
data LeanExceptionKind Source
Information about the Kind of exception thrown.
LeanSystemException | |
LeanOutOfMemory | |
LeanInterrupted | |
LeanKernelException | Errors from Lean misuse |
LeanOtherException |