Skip to main content
9 events
when toggle format what by license comment
Nov 13, 2017 at 20:45 comment added Robert Harvey This is really interesting stuff. [filed away for studying during my copious free time]
Nov 13, 2017 at 20:25 comment added Samuel I translated to C# using the example I provided
Nov 13, 2017 at 20:24 history edited Samuel CC BY-SA 3.0
deleted 1 character in body
Nov 13, 2017 at 19:52 history edited Samuel CC BY-SA 3.0
deleted 1 character in body
Nov 13, 2017 at 19:39 comment added Wesley Wiser +1 for a good answer but as somebody unfamiliar with Scala, the code is pretty difficult to read. This answer would benefit greatly from a translation to C# (or at least, C# pseudocode).
Nov 9, 2017 at 23:08 comment added Samuel They aren't C# lambdas (except in the flatMap call). It's pattern matching on the DSL definition (Scalaish syntax because that is what I'm most familiar with). In my pseudocode case Db.Session.Create(...) => correlates to the ma is IO<A>.Return r ? in the C# example I linked to.
Nov 9, 2017 at 22:47 comment added candied_orange Um wow. Never seen lambdas in cases like this before. Not even in those links you provided. Just how pseudo is this pseudocode?
Nov 9, 2017 at 22:22 history edited Samuel CC BY-SA 3.0
added 470 characters in body
Nov 9, 2017 at 22:16 history answered Samuel CC BY-SA 3.0