Giter VIP home page Giter VIP logo

purescript-fixed-points's Introduction

Fixed Points

CI Release Pursuit Maintainer: garyb

Types for the least (Mu) and greatest (Nu) fixed points of functors.

Installation

Install fixed-points with Spago:

spago install fixed-points

Quick start

The quick start hasn't been written yet (contributions are welcome!). The quick start covers a common, minimal use case for the library.

Documentation

Module documentation for fixed-points published on Pursuit.

If you get stuck, there are several ways to get help:

Contributing

You can contribute to fixed-points in several ways:

  1. If you encounter a problem or have a question, please open an issue. We'll do our best to work with you to resolve or answer it.

  2. If you would like to contribute code, tests, or documentation, please read the contributor guide. It's a short, helpful introduction to contributing to this library, including development instructions.

  3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the PureScript Discourse! Writing libraries and learning resources are a great way to help this library succeed.

purescript-fixed-points's People

Contributors

cryogenian avatar eric-corumdigital avatar garyb avatar jonsterling avatar jordanmartinez avatar justinwoo avatar kl0tl avatar mlang avatar safareli avatar thomashoneyman avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar

purescript-fixed-points's Issues

Safari bug causes transMu to crash.

This is somehow related to the character used for the argument of transMu: η

var transMu = function (dictFunctor) {
    return function (η) {
        return function ($22) {
            return roll(Data_Functor.map(dictFunctor)(transMu(dictFunctor)(η))(η(unroll($22))));
        };
    };
};

SyntaxError: Invalid character '\u0183'

Repository doesn't have a quick start section in the README

Is your change request related to a problem? Please describe.
As described in the documentation section of the Library Guidelines, Contributors libraries are expected to have in their README a short summary of the library's purpose, installation instructions, and a quick start with a minimal usage example.

This library currently doesn't have a quick start in the README.

Describe the solution you'd like
The library needs a quick start section after the installation instructions. machines is one example of a library with a quick start.

At least we could show in brief what you might use the library for, even if it's only one or two tiny examples.

Additional context
See the Governance repository for more information about requirements in the Contributors organization.

`Semigroup` / `Monoid` instances on `Mu` aren’t unique.

E.g., Mu Maybe has the myriad instances over natural numbers, Mu (XNor a) has the free monoid instance, etc. I feel like it should maybe be

instance Alt f => Semigroup (First (Mu f))

(assuming there’s some newtype First) to avoid blessing this instance over other ones that users may be expecting depending on the pattern functor.

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.