Skip to content
Snippets Groups Projects
Commit d2613e07 authored by sof's avatar sof
Browse files

[project @ 1999-02-05 10:21:15 by sof]

PrelErr.hi-boot: record exports as coming from a .hi-boot file.
parent 26bc2cfb
No related merge requests found
......@@ -6,6 +6,7 @@
-- It doesn't need to give "error" a type signature,
-- because it's wired into the compiler
---------------------------------------------------------------------------
__interface PrelErr 1 where
__export PrelErr error parError;
__interface PrelErr 2 0 where
__export ! PrelErr error parError;
......@@ -5,7 +5,7 @@
-- for PrelException.hi.
---------------------------------------------------------------------------
__interface PrelException 1 where
__interface PrelException 1 0 where
__export ! PrelException ioError catch;
1 ioError :: __forall [a] => PrelIOBase.IOError -> PrelIOBase.IO a ;
1 catch :: __forall [a] => PrelIOBase.IO a -> (PrelIOBase.IOError -> PrelIOBase.IO a) -> PrelIOBase.IO a ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment