-
-
Notifications
You must be signed in to change notification settings - Fork 82
Add 'traces' function #301
Copy link
Copy link
Closed
Labels
newBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)
Milestone
Metadata
Metadata
Assignees
Labels
newBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)
traceShowIdis really useful because you can plug it in anywhere you want without restructuring your code, however, sometimes it outputs too much, or things you use it on do not haveShowinstance.So I propose to add a simple
tracesfunction:Though it may clash with traces function defined in
comonadpackage. HoweverControl.Comonad.Tracedalso hastrace, so one would need to be careful with this module anyway.