configurator
configurator copied to clipboard
Optional subconfigs
It's often the case that I want a subconfig to be either entirely present or entirely absent, so that configuration of a subsystem is atomic. Is there a good approach to achieve this, or could a function that is Name -> Config -> Maybe Config be added?