hal-cgp
hal-cgp copied to clipboard
Allow implementation of one (or more) `to_...` functions for a new node
At the moment one is forced to implement all to_... functions for a new node. However, in some cases one may be happy with just one, e.g., to_func bc one doesn't want to use numpy etc.