Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

church-wars-es6

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

church-wars-es6 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "church-wars-es6",
"version": "1.0.1",
"version": "1.0.2",
"description": "Church Wars - ES6",

@@ -5,0 +5,0 @@ "main": "church.js",

@@ -16,2 +16,20 @@ Church Wars - ES6

Implemented functions:
1. *suc* = λa.λb.λc.b(a b c)
2. *add* = λa.λb.λc.λd.a c (b c d)
3. *mul* = λa.λb.λc.a (b c)
4. *exp* = λa.λb.b a
5. *pre* = λa.λb.λc.a (λd.λe.e (d b)) (λf.c) (λg.g)
6. *sub* = λa.λb.b pre a
Conversion functions:
* *ntc* - number to Church encoding conversion
* *ctn* - Church encoding to number conversion
See also:
* [Church Wars - JS (pre-ES6 version)](https://github.com/rsp/church-wars-js)
Issues

@@ -18,0 +36,0 @@ ------

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc