haskell-tools-ast-fromghc-0.2.0.0: Creating the Haskell-Tools AST from GHC's representations

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.AST.FromGHC.Patterns

Description

Functions that convert the pattern-related elements of the GHC AST to corresponding elements in the Haskell-tools AST representation

Synopsis

Documentation

correctPatternLoc :: Located (Pat n) -> Located (Pat n) Source #

Locations for right-associative infix patterns are incorrect in GHC AST