Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toastal/trinary
Trinary logic operations for Elm
https://github.com/toastal/trinary
elm trinary
Last synced: 9 days ago
JSON representation
Trinary logic operations for Elm
- Host: GitHub
- URL: https://github.com/toastal/trinary
- Owner: toastal
- License: bsd-3-clause
- Created: 2016-10-10T06:44:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T06:53:24.000Z (over 4 years ago)
- Last Synced: 2024-05-09T21:08:39.677Z (6 months ago)
- Topics: elm, trinary
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/toastal/trinary/latest
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trinary
[From Wikipedia](https://en.wikipedia.org/wiki/Three-valued_logic),
Trinary logic (also known as three-valued, trivalent, ternary, or
trilean, sometimes abbreviated 3VL) is any of several many-valued
logic systems in which there are three truth values indicating
*true*, *false* and some *indeterminate* third value. This is
contrasted with the more commonly known bivalent logics (such as
classical sentential or Boolean logic) which provide only for
*true* and *false*.