Content deleted Content added
No edit summary |
.NET languages are no longer considered strictly "procedural;" Select came out with C# 3.0 and VB 9, and in .NET, "functions" are referred to as "methods" |
||
Line 30:
* <code>fmap (f . g) = fmap f . fmap g -- composition</code>
==Mapping in .NET
The map function in .NET
<source lang="csharp">
var
var
</source>
|