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

Latest commit

 

History

History
16 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 355 Bytes

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/.