haskell-tools-debug-0.8.0.0: Debugging Tools for Haskell-tools

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.Debug

Contents

Synopsis

Documentation

demoRefactor :: String -> String -> [String] -> String -> IO () Source #

Should be only used for testing

Orphan instances

Generic SrcSpan Source # 

Associated Types

type Rep SrcSpan :: * -> * #

Methods

from :: SrcSpan -> Rep SrcSpan x #

to :: Rep SrcSpan x -> SrcSpan #

Generic (NodeInfo sema src) Source # 

Associated Types

type Rep (NodeInfo sema src) :: * -> * #

Methods

from :: NodeInfo sema src -> Rep (NodeInfo sema src) x #

to :: Rep (NodeInfo sema src) x -> NodeInfo sema src #