Coder Social home page Coder Social logo

ukanren's People

Contributors

rntz avatar

Stargazers

 avatar  avatar Rebecca Skinner avatar Daniel Kahlenberg avatar karim amer  avatar Michael Bradley avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

Forkers

sarvex kyagrd

ukanren's Issues

Bug: expand function should be its fixpoint

That is expand until no change.
The reason for this is that when there is a chaining of variables say V 0 maps to V 1 and V 1 maps to t1. Later on when there is a unification of (V 0) with t2, the current implementation of expand only expands once to V 1 rather than t1, therefore instead of unifying t1 with t2, it discards the previous mapping of V 1 with t1 and replaces it with the new mapping of V 1 with t2 which is a bug.

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.