using static LanguageExt.Prelude;
namespace ConsoleApplication2
{
class Program
{
static void Main( string[] args )
{
Func
{
return a+b+c+d;
};
var add12 = curry
Console.WriteLine( add12( 5 )(5) );
var temp4 = fun( (int x,int y) => Console.WriteLine(3) ); // using static LanguageExt.Prelude; 으로 fun바로 접근
var temp4_1 = curry
var temp5 = (Action)(()=>Console.Write(3));
Console.ReadLine();
}
}
댓글 없음:
댓글 쓰기