Documentation #1

Open
opened 2020-02-21 18:45:19 +00:00 by JonathanILevi · 1 comment
JonathanILevi commented 2020-02-21 18:45:19 +00:00 (Migrated from github.com)

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.
mdibaiee commented 2020-02-21 19:11:41 +00:00 (Migrated from github.com)

@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!
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: thereadme/mathexpr#1
No description provided.