Also, the existing ones had `op: (T) -> Type`, ...
# tornadofx
r
Also, the existing ones had
op: (T) -> Type
, whereas the new ones have
op: T.() -> Type
.