erlang-haskell-interface
erlang-haskell-interface copied to clipboard
Make rpc:calls from erlang to haskell
Results
2
erlang-haskell-interface issues
Sort by
recently updated
recently updated
newest added
Control.Applicative often simplifies parsers and this is no exception. Use the applicative and to run the 'getErl' function which simplifies its structure and makes it more clear what is going...
It would seem there were no import of 'forever' from Control.Monad and this made the build fail. Adding 'forever' to the explicit import statements fixes this problem. (This one should...