Giter VIP home page Giter VIP logo

Comments (8)

ekmett avatar ekmett commented on May 18, 2024

As for <<, the main problem I have there is that I've been seriously considering adding a number of combinators for using applicative modification.

<*>~, etc. This means that you'd have <<*~ with a different semantics being consistently used.

The main reason I haven't actually done this already is that of course, you'd want *>~ and this means that there are two contenders for <*>~. ;)

from lens.

ekmett avatar ekmett commented on May 18, 2024

@orenbenkiki had a fair bit to say in a further reply on #36.

from lens.

ekmett avatar ekmett commented on May 18, 2024

More traffic over on #36.

from lens.

ekmett avatar ekmett commented on May 18, 2024

Moving the < to the far right hand side of the operator (past the ~ or =) might lead to consistent semiotics that doesn't collide.

fresh = id +=< 1

But the result is a pretty ugly operator.

from lens.

ekmett avatar ekmett commented on May 18, 2024

We could just supply a single <<%~ operator.

Then the user could use _2 <<%~ (+1) and we could avoid any confusion with other operators that start with <.

from lens.

orenbenkiki avatar orenbenkiki commented on May 18, 2024

This would certainly be less intrusive than going over each and every <op~ and <op= operator (there is quite a list of these). It seems like a reasonable compromise...

from lens.

orenbenkiki avatar orenbenkiki commented on May 18, 2024

There are 4 commented-out test cases in hunit.hs demonstrating these operators that need to be re-enabled. You may use the opportunity to eliminate the comment about the uncovered use cases, given it is "decided" not to do the monadic modification operators.

from lens.

ekmett avatar ekmett commented on May 18, 2024

Good catch. Re-enabling

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.