ref: d16c2beb0f5cd945eaf9498c7566eff9c8c377f4
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"