Packages

User friendly Fixed-point combinator functions. Any block or anonymous function can run recursively!

Current section

Files

Jump to
recursive gleam.toml
Raw

gleam.toml

name = "recursive"
version = "1.0.0"
description = "A Fixed-point combinator implementation & utility functions for better DX when using it"
licences = ["MIT"]
repository = { type = "github", user = "olian04", repo = "gleam_recursive" }
gleam = ">= 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"