-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return list of traces #48
Conversation
Sounds good btw you make some good points about |
* Remove Wrapped instance. Part of the point is that SortedList a is NOT isomorphic to [a]. * Add smart constructor, accessor, and some mapping functions * other misc refactorings
@jeffreyrosenbluth , what do you think of my changes? You can see the generated Haddock documentation (with diagrams-haddock images) here: http://www.cis.upenn.edu/~byorgey/diagrams-core/Diagrams-Core-Trace.html . Other than the |
@bergey - you should be able to fix your |
Hopefully that does it but I haven't tested the
rayTrace…
functions yet.