| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Mikan.Interaction.Errors
Description
Diagnostics raised during interactive use.
Documentation
data InteractionError Source #
Errors raised in --interaction mode.
Constructors
| CannotGive Expr | Failure of the |
| CannotRefine String | Failure of the |
| CaseSplitError Doc | Failure of the |
| ExpectedIdentifier Expr | Expected the given expression to be an identifier. |
| ExpectedApplication | Expected an argument of the form |
| NoActionForInteractionPoint InteractionId | Interaction point has not been reached during type checking. |
| NoSuchInteractionPoint InteractionId |
|
| UnexpectedWhere |
|