Coder Social home page Coder Social logo

cfrac's Introduction

CI

This is the code that goes along with my blog post at https://cdsmithus.medium.com/continued-fractions-haskell-equational-reasoning-property-testing-and-rewrite-rules-in-action-77a16d750e3f

There are some small revisions since the blog post. Contributions are appreciated.

This is not yet released to Hackage. If someone is interested in depending on it, please ask and I'll revise and release it. But it was intended as just playing around, so I don't yet see value in publishing and taking up Hackage namespace and resources.

There are several previous Hackage packages related to continued fractions:

cfrac's People

Contributors

cdsmith avatar

Watchers

 avatar

cfrac's Issues

Signed numbers

The existing implementation assumes that all numbers are non-negative.

Smart constructor

Instead of allowing the user to build invalid continued fractions and exporting isCanonical to detect them, we ought to have a smart constructor that automatically corrects these infelicities on the fly.

Then a good question is whether to export the underlying constructor. Maybe :+/ itself should be turned into a pattern synonym that does this conversion but can still be matched on to access the underlying terms.

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.