summaryrefslogtreecommitdiff
path: root/compiler/utils/GhcPrelude.hs
blob: ed4eacbfb80ba9cc71dc94a7733525127f1655b7 (plain)
1
2
3
4
5
6
7
8
9
-- | Custom GHC "Prelude"
--
-- This module serves as a replacement for the "Prelude" module
-- and abstracts over differences between the bootstrapping
-- GHC version, and may also provide a common default vocabulary.
--
module GhcPrelude (module X) where

import Prelude as X