Module
Partial.Unsafe
- Package
- partial
- Repository
- purerl/purescript-partial
Utilities for working with partial functions. See the README for more documentation.
#unsafePartial Source
unsafePartial :: forall a. (Partial => a) -> a
Discharge a partiality constraint, unsafely.
#unsafeCrashWith Source
unsafeCrashWith :: forall a. String -> a
A function which crashes with the specified error message.
- Modules
- Partial
- Partial.
Unsafe