Packages

Functional utilities for building custom predicates, orderings, and equivalences

Current section

Files

Jump to
ask gleam.toml
Raw

gleam.toml

name = "ask"
version = "0.1.0"
description = "Utilities for composing predicates and equivalence relations"
licences = ["MIT"]
repository = { type = "github", user = "furrycatherder", repo = "gleam-ask" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"