rohd
rohd copied to clipboard
Create additional simpler constructors to decrease verbosity of simple control blocks
trafficstars
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.