Documentation #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: thereadme/mathexpr#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!