Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
/ flow-lambda Public archive

Type-level lambda calculus in Flow via $Call

License

Notifications You must be signed in to change notification settings

Bannerets/flow-lambda

Repository files navigation

flow-lambda

Type-level lambda calculus implementation in Flow via $Call.

See src/index.js.


The repository also contains converter from lambda calculus notation to Flow.

# Example:
$ node ./lc-to-flow.js "λs. \z. s (s (s (s z)))"

For haskell version of the converter see lc-to-flow.hs/.

About

Type-level lambda calculus in Flow via $Call

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published