Module

Partial.Unsafe

Package
purescript-partial
Repository
purescript/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.