GithubHelp home page GithubHelp logo

elm-check's People

Contributors

avh4 avatar glenjamin avatar jivagoalves avatar klaftertief avatar mgold avatar robertjlooby avatar theseamau5 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

eadred

elm-check's Issues

Deprecation Reversal

I've looked at elm-test's fuzz and it isn't anywhere near as powerful as this project.
Is this deprecated solely because there's no maintainer that wants to work on it?
If that's the case then I'll gladly volunteer to maintain it going forward.

Publishing 1.0.2

Can somebody please publish v1.0.2 with this dependency change? 1b91dbb

Right now I'm getting Problem in dependency elm-community/elm-check 1.0.1 when I try to package with v1.0.1

Provide some way to create Producers of sum types.

I want to be able to write producers of union types. For instance, producers for the type:

type Question
  = Name String
  | Age Int

I can currently produce each branch with something like:

import Check.Producer as P exposing (Producer)

produceName : Producer Question
produceName = P.map Name P.string

produceAge : Producer Question
produceAge = P.map Age P.int

...but that's as far as I can get. I can't combine them. I'm currently making a separate claim for each of those producers, but that's pretty clunky.

(There - got through the entire issue without using the word 'Monoid'. Phew!)

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.