{-# LANGUAGE NoImplicitPrelude #-}

module Prelude.Error.Misc (
    error, undefined,
  ) where

import Prelude (
    error, undefined,
  )