Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-choice
From: Masatake Daimon
Date: 2025-01-31 03:51:24
Message id: 20250131025124.33C76FBE0@cvs.NetBSD.org
Log Message:
devel/hs-choice: import hs-choice-0.2.4.1
Represent do/don't, is/isn't, with/without flags with Choice.
Boolean blindness
(https://existentialtype.wordpress.com/2011/03/15/boolean-blindness) refers
to the problem that boolean literals on their own aren't very
informative. In any given context, what does True mean? What does False
mean? Instead of passing arguments of type Bool to functions, consider
using Choice.
Files: