Your Haddock documentation is lacking some clarification on the function and expression types.
The explanations from your github readme would do well to be added to the documentation:
-- operators are in the form (character, precedence, function)
-- example: ('+', 0, (+)), ('', 1, ())
-- the higher the precedence, the sooner the operator operates
-- functions are in the form (name, function)
-- example: ("ln", log)
Thanks, your library is just what I wanted, but I had to do a little extra browsing to figure it out.
Your Haddock documentation is lacking some clarification on the function and expression types.
The explanations from your github readme would do well to be added to the documentation:
-- operators are in the form (character, precedence, function)
-- example: ('+', 0, (+)), ('*', 1, (*))
-- the higher the precedence, the sooner the operator operates
-- functions are in the form (name, function)
-- example: ("ln", log)
Thanks, your library is just what I wanted, but I had to do a little extra browsing to figure it out.
@JonathanILevi I'm glad you find the library useful! That's definitely a really good suggestion. It's been a while since I have worked with Haskell and my system is not set up yet for it. If you create a pull-request of any kind I will be more than happy to get it merged!
@JonathanILevi I'm glad you find the library useful! That's definitely a really good suggestion. It's been a while since I have worked with Haskell and my system is not set up yet for it. If you create a pull-request of any kind I will be more than happy to get it merged!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Your Haddock documentation is lacking some clarification on the function and expression types.
The explanations from your github readme would do well to be added to the documentation:
-- operators are in the form (character, precedence, function)
-- example: ('+', 0, (+)), ('', 1, ())
-- the higher the precedence, the sooner the operator operates
-- functions are in the form (name, function)
-- example: ("ln", log)
Thanks, your library is just what I wanted, but I had to do a little extra browsing to figure it out.
@JonathanILevi I'm glad you find the library useful! That's definitely a really good suggestion. It's been a while since I have worked with Haskell and my system is not set up yet for it. If you create a pull-request of any kind I will be more than happy to get it merged!