berp-0.0.1: src/Berp/Compile/Utils.hs
-----------------------------------------------------------------------------
-- |
-- Module : Berp.Compile.Utils
-- Copyright : (c) 2010 Bernie Pope
-- License : BSD-style
-- Maintainer : florbitous@gmail.com
-- Stability : experimental
-- Portability : ghc
--
-- Utilities that have no better home.
--
-----------------------------------------------------------------------------
module Berp.Compile.Utils where
unsupported :: String -> a
unsupported str = error $ "berp unsupported. " ++ str