Ptharien's Flame

less info
1,977 reputation
412
bio website
location
age 20
visits member for 1 year, 4 months
seen May 18 at 17:13
stats profile views 129

May
18
awarded  haskell
May
3
awarded  Custodian
May
3
reviewed No Action Needed Python callback ctypes function with va_list
May
1
comment Try[Result], IO[Result], Either[Error,Result], which should I use in the end
@SebastienLorber I have edited my answer to try to explain better.
May
1
revised Try[Result], IO[Result], Either[Error,Result], which should I use in the end
added 1256 characters in body
May
1
revised Try[Result], IO[Result], Either[Error,Result], which should I use in the end
added 249 characters in body
May
1
answered Try[Result], IO[Result], Either[Error,Result], which should I use in the end
Mar
31
revised “Bridge generated for member method … clashes with definition of the member itself.”
added 389 characters in body
Mar
31
asked “Bridge generated for member method … clashes with definition of the member itself.”
Mar
19
awarded  Enlightened
Mar
19
awarded  Nice Answer
Mar
8
revised Scala untyped macro in infix position
added 1 characters in body
Mar
7
comment Scala untyped macro in infix position
You may be right, although I would think you'd be able to do implicit def conv = macro conv_impl; def conv_impl(c: Context)(x: c.Tree): c.Expr[T] and have it be essentially of type Any => T
Mar
6
answered Turn a method call into a () => T function in Scala
Mar
6
answered Scala untyped macro in infix position
Mar
5
revised Specializing bind for monads over special typeclasses in Haskell
added 30 characters in body; added 34 characters in body
Mar
5
comment Specializing bind for monads over special typeclasses in Haskell
@jug Thanks! I'll update the post.
Mar
4
awarded  Enlightened
Mar
4
awarded  Nice Answer
Mar
3
answered Specializing bind for monads over special typeclasses in Haskell