ligo/tools/lsp/squirrel/src/AST.hs
2020-08-11 12:32:54 +04:00

12 lines
203 B
Haskell

{- | The "all things AST"-module.
-}
module AST (module M) where
import AST.Types as M
import AST.Parser as M
import AST.Scope as M
import AST.Find as M
import AST.Completion as M