Ian Griffith blogs on Mumble Types and how to Funcify a Lambda Expression in C#
Ian provides a solution to Daniel Cazzulino’s post on building pipelines using iterators in C#. The issue; lambda expressions do not have an instrinsic type. Ian shows a function call (Funcify) which provides just enough type information so it can infer the details. Then he talks about Mumble Types, blogged by C# team members, which provides a cleaner [...]


