Skip to content

Instantly share code, notes, and snippets.

@davidgrenier
Created October 19, 2013 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidgrenier/7051187 to your computer and use it in GitHub Desktop.
Save davidgrenier/7051187 to your computer and use it in GitHub Desktop.
let data =
query {
for packet in communicator.ReceivePackets() do
// where (not packet.IsValid)
select packet
}
@davidgrenier
Copy link
Author

communicator.ReceivePackets()
//|> Seq.filter (fun x -> not x.IsValid)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment