Skip to content

Commit

Permalink
Putting Linq quotation compatibility into FSharpx.Linq
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 30, 2012
1 parent 06ba17f commit 2846e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FSharpx.Core/Linq/Linq.fs
@@ -1,7 +1,7 @@
// First version copied from the F# Power Pack
// https://raw.github.com/fsharp/powerpack/master/src/FSharp.PowerPack.Linq/Linq.fs

namespace Microsoft.FSharp.Linq
namespace FSharpx.Linq

open System
open System.Linq
Expand Down
2 changes: 1 addition & 1 deletion src/FSharpx.Core/Linq/Linq.fsi
@@ -1,7 +1,7 @@
// First version copied from the F# Power Pack
// https://raw.github.com/fsharp/powerpack/master/src/FSharp.PowerPack.Linq/Linq.fsi

namespace Microsoft.FSharp.Linq
namespace FSharpx.Linq

open System
open System.Linq.Expressions
Expand Down

0 comments on commit 2846e8b

Please sign in to comment.