-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Dumps the names and values of expressions to ease debugging. -- -- Example: `let a=1 in [d|a, a+1|] == "(a) = 1, (a+1) = 2"` @package dump @version 0.1.0 module Debug.Dump (.>) :: (a -> b) -> (b -> c) -> a -> c ($>) :: a -> (a -> c) -> c dump :: QuasiQuoter d :: QuasiQuoter process :: String -> Q Exp