-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts_node_string is not bridged #184
Comments
If I recall correctly, all of the API which uses If you describe what you’re trying to accomplish with the |
I wanted to print it, to see how the whole Tree is look like. Right now i have discovered that i suppose to do it with root node, but i can't find function called ts_node_string which is provided with original library. |
@IlhamKhabibullin: Yes, we don’t currently bridge that function; I’ve no objection to doing so, however! |
Edited the issue title to note that |
Can't peek Tree from Ptr since Tree does not implement Storable typeclass. Is there some other proper way to do it?
I am pretty new in Haskell so it might be my fail. Sorry if it is.
The text was updated successfully, but these errors were encountered: