You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since most logical systems tend to be extensions to 'basic' logical systems, we would like to avoid code duplication by building upon its basis, instead of repeating the same rules and axioms for every variant.
There are two obvious (not mutually exclusive choices) for this:
Allow an include key in the YAML to import other files.
Allow additive specification of partial system definitions, as in: judge K D 4 more/system.yml
As of now, the latter has my preference, but they are not mutually exclusive.
Since most logical systems tend to be extensions to 'basic' logical systems, we would like to avoid code duplication by building upon its basis, instead of repeating the same rules and axioms for every variant.
There are two obvious (not mutually exclusive choices) for this:
include
key in the YAML to import other files.judge K D 4 more/system.yml
As of now, the latter has my preference, but they are not mutually exclusive.
Implement #2 first.
The text was updated successfully, but these errors were encountered: