The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
115 views

Conditional construct for a kleenean data type

I was thinking of an hypothetical programming language with a kleenean data type which would implement Kleene's three-valued logic. To sum up, it's an extension of the boolean data type with the three ...