1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Add HsName to Leaf.

This commit is contained in:
Rob Rix 2015-11-24 10:16:17 -05:00
parent 5c6a2ca1bc
commit eb51a0cd18

View File

@ -27,6 +27,7 @@ data Leaf =
HsQName HsQName
| HsCName HsCName
| HsImportDecl HsImportDecl
| HsName HsName
parseModuleFile :: FilePath -> IO (ParseResult HsModule)
parseModuleFile file = do