strands-project/strands_qsr_lib

[QSRs] Make monadic and dyadic QSR abstract classes

Closed this issue · 0 comments

Having monadic and dyadic QSR abstract classes saves a lot code repetition, e.g. def custom_checks_for_qsrs_for is the same implementation for all dyadic.

Reminder: Use one file called qsr_arity_abstractclass.py; classes inherit from QSR_Abstractclass.