1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 08:30:27 +03:00

import AST.Parse into Language.Ruby.Tags

This commit is contained in:
Ayman Nadeem 2020-05-08 15:35:40 -04:00
parent e921afcbc7
commit fa6ffe9825

View File

@ -15,6 +15,7 @@ module Language.Ruby.Tags
where where
import AST.Element import AST.Element
import qualified AST.Parse as Parse
import AST.Token import AST.Token
import AST.Traversable1 import AST.Traversable1
import qualified AST.Unmarshal as TS import qualified AST.Unmarshal as TS