Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda calculus #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Lambda calculus #2

wants to merge 5 commits into from

Commits on May 2, 2018

  1. Add Base.hs

    vvscode committed May 2, 2018
    Configuration menu
    Copy the full SHA
    e233419 View commit details
    Browse the repository at this point in the history
  2. Rewrite some functions

    vvscode committed May 2, 2018
    Configuration menu
    Copy the full SHA
    1cc5805 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Add curhnum

    import churnNum
    
    import churnNum
    
    Add combinators
    
    Add combinators
    vvscode committed May 8, 2018
    Configuration menu
    Copy the full SHA
    53d8eca View commit details
    Browse the repository at this point in the history
  2. Add ChurchBool

    vvscode committed May 8, 2018
    Configuration menu
    Copy the full SHA
    0eac1bd View commit details
    Browse the repository at this point in the history
  3. Add tuples

    vvscode committed May 8, 2018
    Configuration menu
    Copy the full SHA
    21a905d View commit details
    Browse the repository at this point in the history