rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Create additional simpler constructors to decrease verbosity of simple control blocks

Open mkorbel1 opened this issue 3 years ago • 0 comments

The default implementation for If, Iff, etc. take lists of Conditionals as inputs, which can be excessively verbose in cases where there is only one Conditional. Adding a special constructor (e.g. something like Iff.s) which takes a single Conditional could make simple code look cleaner.

mkorbel1 avatar Sep 23 '21 20:09 mkorbel1