-- 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.2.0 module Internal.Parse parseSimple :: String -> [String] pExp :: String -> String pUntil :: Int -> Char -> String -> String pLeaf :: Char -> String -> String module Debug.Dump d :: QuasiQuoter dump :: QuasiQuoter