j
k
j a
j l
Isaac Dupree wrote:
...liftM2 (:) (peekCString =<< (linked_list_getdata ptr)) (linkedListToHaskellStringList =<< linked_list_next ptr)
liftM2 (:) (peekCString =<< (linked_list_getdata ptr)) (linkedListToHaskellStringList =<< linked_list_next ptr)
formerly missing parenthesis fixed in the above before it bites you :( Isaac
Back to the thread
Back to the list