Uh oh!
There was an error while loading. Please reload this page.
Add examples for some functions in Data.Vector - #101
Conversation
MaxGabriel
commented
Nov 2, 2015
It looks like the That may need to be retried. |
cartazio
commented
Jul 24, 2016
this is a cool idea, @dolio and i are doing some cleanup on master at the moment, but having doc tests style examples that are also part of our tests would be pretty sweet, pardon the slow turn around on this. would that be something you'd be interested in helping drive? |
MaxGabriel
commented
Jul 25, 2016
I haven't been working on Haskell stuff for awhile, so realistically, probably not :( |
Bodigrim
commented
Feb 3, 2020
This looks like a first step for #296, doesn't it? |
Bodigrim
commented
Jul 12, 2020
This is not an acceptable format for |
5outh
commented
Jan 20, 2021
Can this be merged? Even if it's not doctest-compatible it's a step in the right direction of adding good examples. |
Bodigrim
commented
Jan 20, 2021
We run doctests on CI, so this is pretty much a deal breaker. But a similar in scope PR with passing doctests (which is not hard at all) could be very well accepted. |
Examples are mostly copied from haskell#101
Examples are mostly copied from haskell#101
Examples are mostly copied from #101
Examples are mostly copied from #101
Here's an image of what the generated Haddocks look like:

I'm not sure if you have strong preferences on how exactly to format the code examples; I can be flexible with that.