Open chshersh opened 4 years ago
Sometimes it's helpful to have a function:
isEnabled :: Extension -> Set OnOffExtension -> Bool
That checks whether there's On for the particular given extension.
On
Does it sound useful? For now, I propose not to think about the fact that some extensions can imply other extensions, this is another whole story..
Sometimes it's helpful to have a function:
That checks whether there's
On
for the particular given extension.Does it sound useful? For now, I propose not to think about the fact that some extensions can imply other extensions, this is another whole story..