#logic #ternary #kleene

trilean

Kleene's three-valued logic (boolean + unknown)

4 releases (stable)

Uses old Rust 2015

1.1.0 Jun 18, 2021
1.0.1 May 23, 2018
0.1.0 May 22, 2018

#1156 in Math

Download history 5343/week @ 2023-11-20 4246/week @ 2023-11-27 4874/week @ 2023-12-04 5865/week @ 2023-12-11 4037/week @ 2023-12-18 1996/week @ 2023-12-25 4096/week @ 2024-01-01 6041/week @ 2024-01-08 7665/week @ 2024-01-15 6048/week @ 2024-01-22 6278/week @ 2024-01-29 7726/week @ 2024-02-05 6354/week @ 2024-02-12 5458/week @ 2024-02-19 5884/week @ 2024-02-26 6185/week @ 2024-03-04

24,031 downloads per month
Used in 95 crates (3 directly)

MIT/Apache

8KB
107 lines

Three-valued logics

ptal on Travis CI

This library provides the strong Kleene's three-valued logic which contains the boolean values true and false and an additional unknown variant. The semantics of unknown usually means that the current value is neither true or false yet, but might evolve to one or the other later. In particular, we have false && unknown equals to false, although the second value is unknown, we can evaluate the full expression.

Truth tables are available in the documentation.

This library compiles on stable Rust.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

References

M. Fitting, “Kleene’s three valued logics and their children,” Fundamenta informaticae, vol. 20, no. 1, 2, 3, pp. 113–131, 1994.

No runtime deps