-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We shall add support for regular types. Concretely, we shall do the following:
- Add the following components:
- A subclass
NontrivialUniversalofUniversalwith methods that turn values of base types into nontrivial universal functor values and have default implementations that reflect the sum-of-products views of the respective base types - A class
Regularof regular types with a method that turns values of regular types into nontrivial universal functor values and has a default implementation for instances ofSOP.Generic - All instantiations of the class
Regular - A method
regularof the classUniversalthat turns values of regular types into universal functor values and has a default implementation for nontrivial universal functors
- A subclass
- Adapt the final section of
README.mdand the description of theControl.Modalmodule.
Reactions are currently unavailable