-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Replaces some Prelude functions for enhanced error reporting -- -- Interlude is a CPP include file, and a module which you can use -- instead of the (often implicit) Prelude import. It replaces some -- partial functions (i.e. functions that may fail on correctly typed -- input like 'head []') with pattern matches, so that a sensible error -- message that includes location can be printed out. @package interlude @version 0.1.2 -- | Empty module to trick Cabal into installing module Interlude report_bug :: String -> String -> String -> Int -> a