partial_fn

Crates.iopartial_fn
lib.rspartial_fn
version0.1.0
sourcesrc
created_at2023-10-31 19:21:21.340907
updated_at2023-10-31 19:21:21.340907
descriptionConstruct a partial function from a series of match statements.
homepagehttps://github.com/lambdaknight/partial_fn
repositoryhttps://github.com/lambdaknight/partial_fn
max_upload_size
id1020293
size12,012
Turing Eret (lambdaknight)

documentation

https://lambdaknight.github.io/partial_fn

README

partial_fn

A partial function of type PartialFn<A,B> is a unary function whose domain is a subset of A. In addition to being able to call a PartialFn, a method is_defined_at is provided in order to test whether the given PartialFn is defined at a particular value.

License: MIT

Commit count: 12

cargo fmt