1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Update Parser.hs

This commit is contained in:
Ayman Nadeem 2020-01-28 12:18:05 -05:00
parent 4d37cc2fc4
commit ebaac0bdc9

View File

@ -68,7 +68,7 @@ import TreeSitter.Python
import TreeSitter.Ruby (tree_sitter_ruby)
import TreeSitter.TSX
import TreeSitter.TypeScript
import TreeSitter.Unmarshal
import AST.Unmarshal
-- | A parser from 'Source' onto some term type.
data Parser term where