Coder Social home page Coder Social logo

Comments (4)

mgsloan avatar mgsloan commented on June 20, 2024

I like this idea! We were recently lamenting the fact that TH can't
generate haddocks. We could probably have some sort of half decent
generated docs (maybe even describing why the lens is polymorphic in the
fashion that it is!)

It also ensures that the code generator doesn't unexpectedly change its
behavior and output something with an incompatible type (not something we
anticipate happening, but could happen).

On Mon, Oct 1, 2012 at 1:35 PM, Matvey B. Aksenov <[email protected]

wrote:

In the following code snippet it would be convenient to generate lenses
without explicit type signatures for the purpose of documentation:

data A = A { _a ∷ Int, _b ∷ Int }
makeLensesNoTypeSignatures ''A

So we can have nice haddocks:

-- | Lens 'a'a ∷ Lens A A Int Int
-- | Lens 'b'b ∷ Lens A A Int Int


Reply to this email directly or view it on GitHubhttps://github.com//issues/65.

from lens.

ekmett avatar ekmett commented on June 20, 2024

I recall you (or someone else) asking for this on the Haskell channel, but I forgot to make an issue.

I definitely have no problem with adding this.

It is a clean solution to a messy problem.

from lens.

supki avatar supki commented on June 20, 2024

Yes, it was me on #haskell
Thanks, guys.

from lens.

ekmett avatar ekmett commented on June 20, 2024

With 3.0.2, you should now be able to do:

makeLensesWith (lensRules % generateSignatures .~ False) ''A

from lens.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.