-
Notifications
You must be signed in to change notification settings - Fork 522
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
feat(bindings/haskell): support list and scan #2527
Conversation
Signed-off-by: silver-ymz <[email protected]>
How will haskell handle similiar works? |
These are
It seems only to provide an These are the APIs I exported.
The API I'm expecting is like |
Provide |
Signed-off-by: silver-ymz <[email protected]>
Signed-off-by: silver-ymz <[email protected]>
I have removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Update:
list
andscan
copy
,rename
,list
,scan
\0
inleak_str
OpMonad
from custom type to type synonym in order to provide more available waysI imitate
DirStream
inunix
library to designLister
API. However, it doesn't seem very native and useful. I havn't came up with other solutions about it yet. Maybe we can improve it in the future.