shithub: MicroHs

ref: 57c1b0cda73f79d6c5040c1320ecc730073d896a
dir: /lib/Control/Error.hs-boot/

View raw version
-- Copyright 2023 Lennart Augustsson
-- See LICENSE file for full license.
module Control.Error(module Control.Error) where
import Prelude()              -- do not import Prelude
import Data.Char_Type

error :: forall a . String -> a