Skip to content

module std.combinator

Jan Špaček edited this page Apr 12, 2016 · 1 revision

Module std.combinator defines the most basic combinators.

  • (identity x) returns x.
  • (constant-<n> x) returns a function that takes <n> arguments and returns x. There are versions constant-0 to constant-4.