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