Provide and document derivation notations such as:
f^`(n), f^`() and f^`N(n) (as in poly.v) for derivation onR (and when available, on C)
'D(A -> V) for the type of derviable functions from domain A to a normed module type V
'D^n(A -> V) for n times derivable (so that 'D^1 = 'D)
'C^n_(A -> V) (I believe 'C^0 = 'C in the literature, but I advocate for not providing a notation without explicit n)
Bonus question: should the last 3 be types or sets ?