An open API service indexing awesome lists of open source software.

https://github.com/saschpe/tribool

Ternary (tree-valued) logic package for the Go programming language.
https://github.com/saschpe/tribool

go golang golang-library tribool

Last synced: 12 months ago
JSON representation

Ternary (tree-valued) logic package for the Go programming language.

Awesome Lists containing this project

README

          

# ▵ Tribool
[![Build Status](https://travis-ci.org/saschpe/tribool.svg?branch=master)](https://travis-ci.org/saschpe/tribool)

The package *tribool* implements a ternary (three-valued) logic and
a corresponding type 'Tribool' for the Go programming language.

## Hacking
To build the package:

```shell
go build
```

To test:

```shell
go test -v
```

# License

Copyright (c) 2011 Sascha Peilicke. All rights reserved.

MIT, see [LICENSE](LICENSE).