Life of a Functional Programmer
Browse by Tags
All Tags »
Off Topic (
RSS)
-
|
Hello CodeBetter community! #light type FullName = string * string let FullNameToString (name : FullName) = let first, last = name in first + " " + last let blogger = FullNameToString( "Matthew" , "Podwysocki" ) I'm pretty...
|
More Posts