haskell-tree-sitter icon indicating copy to clipboard operation
haskell-tree-sitter copied to clipboard

`tree_sitter_ocaml == nullPtr`

Open crumbtoo opened this issue 1 year ago • 0 comments

This program prints True:

import TreeSitter.OCaml
import Foreign

main = print $ tree_sitter_ocaml == nullPtr

crumbtoo avatar Aug 15 '24 08:08 crumbtoo