Module

Partial

Some partial helper functions.

#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