blob: bd7f8f9f012aaaec0dcaf6976bef2fa18ed8acdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---------------------------------------------------------------------------
-- PrelErr.hi-boot
--
-- This hand-written interface file is the initial bootstrap version
-- for PrelErr.hi.
-- It doesn't need to give "error" a type signature,
-- because it's wired into the compiler
---------------------------------------------------------------------------
__interface PrelErr 2 0 where
__export PrelErr error parError;
|