Search Haskell Channel Logs

Thursday, January 26, 2017

#haskell channel featuring jchia_1, ertes, dbeacham_, ski,

dbeacham_ 2017-01-26 00:48:21
is there a best jumping off point for understanding the ad library - easiest way to get to grips with types/modes and papers that the implementation might closely follow? Mostly want to dig through reverse mode implementations.
ski 2017-01-26 00:59:52
dbeacham_ : mayhaps "Functional Differentiation of Computer Programs" by Jerzy Karczmarczuk in 2001 at could be interesting ..
jchia_1 2017-01-26 01:10:43
How can I define foo in a more abstract and succinct way? http://lpaste.net/351664
jchia_1 2017-01-26 01:11:38
L5 and L6 are the same if I flip x <-> y at the right places
jchia_1 2017-01-26 01:12:15
I mean L4 & L5
jchia_1 2017-01-26 01:13:00
(Just edited and removed a line)
jchia_1 2017-01-26 01:23:22
I found the answer. g f x = swap . f x . swap
dbeacham_ 2017-01-26 01:24:16
ski: thanks! I'll have a read and compare
ertes 2017-01-26 01:43:49
does anyone know how to find out the colour space of an image with JuicyPixels?
ertes 2017-01-26 01:44:42
or alternatively: make it return an image in a certain colour space