so I'm trying to take blocks and "turn them" into ...
# announcements
p
so I'm trying to take blocks and "turn them" into instances of a SMI. eg
fun <T> wrapConstructor(method: (Foo) -> T) = Constructor(method)