How to use fast pipe operator in rtop


#1

When I try to use the fast pipe operator in rtop, I get this error: Error: Unbound value |.

When I compile my program, code that uses |. works fine. What do I need to do to get fast pipe to work in rtop?

Perhaps related to this, I noticed that I don’t have access to any of the Belt modules while using rtop.


#2

Belt and fastpipe are bucklescript-specific, so you won’t see either in rtop at the moment. (it’s possible that rtop will get support for them in the future, though)