Copyright | (c) 2020 Kowainik |
---|---|
License | MPL-2.0 |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
Some Inspection
s require to know about AST and some
mechanism to match parts of syntax tree to the given
PatternAst
. This information on AST expressions is taken from HIE
files
in a more suitable view.
This module contains an implementation of the process of retrieval of AST
information from HIE
files.
Synopsis
- hieMatchPatternAst :: HieFile -> HieAST TypeIndex -> PatternAst -> Bool