module HaskellWorks.Unsafe
  ( error
  , undefined
  ) where

import           Prelude