As discussed with Evan, type constructors should not be exported, because we don't want people to pattern match these structures, and we may need to extend the union types without breaking changes.
Because this exploded with many functions, I split them into Settings and Constants. Maybe this was not entirely a nice idea, we can always put it back, because this is WIP.
As discussed with Evan, type constructors should not be exported, because we don't want people to pattern match these structures, and we may need to extend the union types without breaking changes.
Because this exploded with many functions, I split them into
Settings
andConstants
. Maybe this was not entirely a nice idea, we can always put it back, because this is WIP.