From: Jim Date: Sat, 21 Feb 2015 14:15:57 +0000 (-0500) Subject: Merge branch 'working' X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=6694165ac4d6edab602b3ad3651d0a5931b36a0e;hp=4d707dbfe2f8c47264a746063a3f9f5b05cdc7a4 Merge branch 'working' * working: replace tattoo image --- diff --git a/images/y-combinator-fixed.jpg b/images/y-combinator-fixed.jpg deleted file mode 100644 index 7ec5af8e..00000000 Binary files a/images/y-combinator-fixed.jpg and /dev/null differ diff --git a/images/y-combinator-fixed.png b/images/y-combinator-fixed.png new file mode 100644 index 00000000..77a45ed8 Binary files /dev/null and b/images/y-combinator-fixed.png differ diff --git a/topics/week4_fixed_point_combinators.mdwn b/topics/week4_fixed_point_combinators.mdwn index 1ed99d27..ed22cfff 100644 --- a/topics/week4_fixed_point_combinators.mdwn +++ b/topics/week4_fixed_point_combinators.mdwn @@ -534,7 +534,7 @@ to *the tail* of the list we were evaluating its application to at the previous ## Fixed-point Combinators Are a Bit Intoxicating ## -[[tatto|/images/y-combinator-fixed.jpg]] +[[tatto|/images/y-combinator-fixed.png]] There's a tendency for people to say "Y-combinator" to refer to fixed-point combinators generally. We'll probably fall into that usage ourselves. Speaking correctly, though, the Y-combinator is only one of many fixed-point combinators.