Skip to content

Instantly share code, notes, and snippets.

View MichaelGG's full-sized avatar

Michael Giagnocavo MichaelGG

  • Zagreb - Toronto - Guatemala
View GitHub Profile
@MichaelGG
MichaelGG / ExpressionHelper.fs
Created May 25, 2011 07:09
Example module that modifies F# expressions to be more C#-ish Expression<T>s
#if INTERACTIVE
#r "FSharp.PowerPack"
#r "FSharp.PowerPack.Linq"
#endif
open System
open Microsoft.FSharp.Quotations
open Microsoft.FSharp.Linq.QuotationEvaluation
open System.Linq.Expressions