UNPKG

@thi.ng/pointfree

Version:

Pointfree functional composition / Forth style stack execution engine

9 lines (8 loc) 82 B
const ctx = (stack = [], env = {}) => [ stack, [], env ]; export { ctx };