| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Copilot.Core.Error
Description
Custom functions to report error messages to users.
Synopsis
- impossible :: String -> String -> a
- badUsage :: String -> a
Documentation
Arguments
| :: String | Name of the function in which the error was detected. |
| -> String | Name of the package in which the function is located. |
| -> a |
Report an error due to a bug in Copilot.