feat(bindings/haskell): support list and scan#2527
Conversation
Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
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 <yinmingzhuo@gmail.com>
Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
|
I have removed |
Update:
listandscancopy,rename,list,scan\0inleak_strOpMonadfrom custom type to type synonym in order to provide more available waysI imitate
DirStreaminunixlibrary to designListerAPI. 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.