{-# LANGUAGE NoImplicitPrelude #-}

module Prelude.Source.GHC.Err (
    error, undefined,
  ) where

import Prelude (
    error, undefined,
  )