fsprojects / FSharp.Linq.ComposableQuery

Compositional Query Framework for F# Queries, based on "A Practical Theory of Language-Integrated Query"
http://fsprojects.github.io/FSharp.Linq.ComposableQuery/
MIT License
67 stars 13 forks source link

Corrected code snippet on website. Yield the person u, not the predicate p. #10

Closed ShyAlex closed 10 years ago

ShyAlex commented 10 years ago

Just noticed a possible error on the website. Code sample seems to be yielding a predicate rather than the thing in the database.

jamescheney commented 10 years ago

Thanks!

--James