Module

Partial

Some partial helper functions. See the README for more documentation.

#crash

crash :: forall a. Partial => a

A partial function which crashes on any input with a default message.

#crashWith

crashWith :: forall a. Partial => String -> a

A partial function which crashes on any input with the specified message.

Modules