:: String -> Int -package:hledger-lib -package:speculate -package:hxt -package:safe -package:string-conversions -package:vty -package:ghc -package:simple-cmd -package:bytestring -package:hledger

Returns the precedence of default Haskell operators
Given a number encoded in Locator16, convert it back to an integer.
Get the hash of a string. This util is currently used to generate an Int used for the internal pattern variable representation from the external pattern variable representation (String)
Raises an error with a printf-specific prefix on the message string.
Deprecated: error appends the call stack now
The error used in fixpointToFinal, runFixpoint and runFixpointM when the result of a failed computation is recursively used and somehow visible. You may use this for your own Fixpoint interpreters. The argument should be the name of the interpreter.
raise a fatal internal error; message may have multiple lines
stop execution and displays an error message
stop execution and displays an error message
nonBottomError s raises an exception (AssertionFailed) that is not caught by isBottom. Use s to describe the exception.
Panics and asserts.