tree-sitter-0.9.0.2: Unstable bindings for the tree-sitter parsing library.
Safe HaskellNone
LanguageHaskell2010

TreeSitter.Tree

Synopsis

Documentation

data Tree Source #

This type is uninhabited and used only for type safety within Ptr values.

withRootNode :: Ptr Tree -> (Ptr Node -> IO a) -> IO a Source #