Related resources for f sharp tuples binding
  • F# Tuples and Binding (and more Binding)5/13/2012 5:31:13 AM. Binding in F# is similar to using variables in C# but there are some big differences. This article discusses one of the most used keywords in F# for binding ("let") and how it is different than setting a C# variable. I also cover the tuple F# data structure.