Skip to content

Clr inline support for F# lambdas

jose iborra requested to merge clr-inline-delegates into master

F# quasi quotes can now antiquote Haskell functions. The implementation reuses the delegate support to create System.Func delegates and wraps them in F# lambdas in the generated F# code.

Merge request reports