ref: e1426d7f49c6c0f2303073514d5938a9f2917af4
dir: /lib/Control/Error.hs/
-- Copyright 2023 Lennart Augustsson -- See LICENSE file for full license. module Control.Error(module Control.Error) where import Primitives error :: forall a . [Char] -> a error = primError undefined :: forall a . a undefined = error "undefined"