Giter VIP home page Giter VIP logo

microlens's People

Contributors

andreasabel avatar dbaynard avatar deepfire avatar emilypi avatar expipiplus1 avatar ffaf1 avatar fosskers avatar justusadam avatar k-bx avatar kustosz avatar minad avatar mitchellwrosen avatar mpilgrem avatar neongreen avatar ocharles avatar ocramz avatar quasicomputational avatar rimmington avatar ryanglscott avatar sgraf812 avatar sjshuck avatar stevenfontanella avatar tomjaguarpaw avatar wygulmage avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

microlens's Issues

Mention the _1 <> _2 <> _3 trick

And that it lets you replace failing in many cases, too. And also that you can do stuff like ([],2,3) ^? (_1.each <> _2 <> _3).

Add “toListOf”

(It was already there, but then I deleted it. I guess I shouldn't have.)

Consolidate Lens.Micro.Classes and Lens.Micro.Internal

...and warn in Lens.Micro.Internal about perils of orphan instances (in particular, Ixed, At, and Each shouldn't be used for anything apart from providing additional instances, and it's especially forbidden to export functions with Ixed a =>/etc in the signature).

And write in readme that this way orphan instances aren't that scary anymore.

Add “to”

And remove the “there's no to” bit in the readme.

README.md: Broken links

Some of the package links point to hackage.haskell.com instead of hackage.haskell.org. haskell.com apparently exists but doesn't have to do anything with Haskell the programming language, and it doesn't have a hackage. subdomain.

Add SafeHaskell pragmas

Apparently I can find out which modules are marked as unsafe by doing

cabal build --ghc-options "-fwarn-unsafe -fwarn-safe"

Add “preview”

over (ix 1 . ix 1) (+1) [[2,0,0,2],[0,0,0,0],[0,0,0,0],[2,0,0,2]]

gives back th expected result.

But in the absence of preview how does one retrieve the element?

Packages with instances for common types

  • text
  • containers
  • unordered-containers
  • vector
  • array
  • bytestring

Additionally, since all these are in the Platform, there could be a package called “microlens-platform” uniting them.

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.