# HG changeset patch # User HackBot # Date 1330560874 0 # Node ID 49ec0dc3a51635b5a42ee6d8a3816801f83ecd61 # Parent 4c3105a6aae1641cf21900e8b9ae6c522ee9363d pastelogs natural transformation diff -r 4c3105a6aae1 -r 49ec0dc3a516 paste/paste.7952 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paste/paste.7952 Thu Mar 01 00:14:34 2012 +0000 @@ -0,0 +1,41 @@ +2009-03-27.txt:04:31:30: and then you define a category where the objects are _functors_, and the morphisms are something called natural transformations +2009-03-27.txt:04:34:28: but functors and natural transformations are actually fairly _basic_ concepts in category theory +2009-03-27.txt:04:35:54: but functors and natural transformations are actually fairly _basic_ concepts in category theory <<< yeah okay i'm getting a boner here where can i learn this stuff 8| +2009-03-27.txt:15:48:21: 03:35 oklowob: but functors and natural transformations are actually fairly _basic_ concepts in category theory <<< yeah okay i'm getting a boner here where can i learn this stuff 8| +2010-12-27.txt:01:24:47: btw, if eta : F --> G is a natural transformation for functors F,G : C --> D. Then X : C |- etaX : FX --> GX +2011-02-02.txt:21:01:06: Used when you really need both semi-mutual recursion and history and to repeatedly apply a natural transformation as you get deeper into the functor. Zygo implements semi-mutual recursion like a zygomorphism. Para gives you access to your result à la paramorphism. +2011-03-04.txt:03:25:10: too many functors and natural transformations +2011-03-18.txt:19:32:07: there are natural transformations that make them almost inverses, though +2011-03-18.txt:19:36:23: that it is a natural transformation, i presume +2011-03-18.txt:19:36:55: oh one of those things natural transformations have between hom sets? +2011-03-18.txt:19:38:21: the bijection should _be_ a natural transformation when restricted to each variable (and taking the most obvious functors to be a transformation between) +2011-03-18.txt:19:38:55: a natural transformation between what functors? +2011-03-18.txt:19:42:21: and the bijection being a natural transformation between those is what it means to be "natural in Y" +2011-03-18.txt:19:47:24: we should legislate against unnatural transformations +2011-03-18.txt:20:30:26: i'm sure this would be perfectly easy on paper, but i still find natural transformations kinda hard to picture when they occur in a "concrete" situation +2011-08-15.txt:22:42:02: natural transformations and adjunctions, for instance +2011-08-15.txt:22:42:42: you need natural transformations before monads +2011-08-15.txt:22:43:43: elliott_: haskell uses the relevant natural transformations you know +2011-08-15.txt:22:44:40: but the natural transformation stuff perhaps! +2011-08-15.txt:22:46:48: augur: So it'll be trying to cover only that CT that Haskell uses <-- but you need natural transformations to properly understand parametricity. i think. +2011-08-15.txt:22:47:17: oerjan: parametric polymorphism is basically natural transformations +2011-08-15.txt:22:47:51: surely it's natural transformations in some category +2011-09-01.txt:01:16:40: there were some natural transformations and K-theory +2011-10-01.txt:04:42:31: it's just that the eta for monads is a natural transformation. +2011-10-02.txt:06:15:55: collect and uncollect are probably natural transformations +2011-10-02.txt:06:17:38: collect is a natural transformation from the functor Barrier _ () t to the functor [_], although only the second one is a Functor in the haskell sense +2011-10-02.txt:06:20:53: then collect . barrierFrontMap h = map h . collect, the equation for it being a natural transformation +2012-01-08.txt:18:06:21: Like, he defines and explains natural transformations in half a page, and then gives examples for the next two. +2012-01-27.txt:12:33:08: `run echo "A lens is a monoidal natural transformation between higher-order coalgebra functors" >wisdom/lens +2012-01-27.txt:12:33:30: A lens is a monoidal natural transformation between higher-order coalgebra functors +2012-02-09.txt:22:17:08: A lens is a monoidal natural transformation between higher-order coalgebra functors +2012-03-01.txt:00:10:04: What's up with natural transformations? +2012-03-01.txt:00:10:18: `? natural transformation +2012-03-01.txt:00:10:21: natural transformation? ¯\(°_o)/¯ +2012-03-01.txt:00:11:00: If that's what a functor is, is a natural transformation anything? +2012-03-01.txt:00:11:19: `learn Natural transformations are just morphisms in the category of functors +2012-03-01.txt:00:11:50: `run mv wisdom/natural wisdom/"natural transformation" +2012-03-01.txt:00:12:00: `? natural transformation +2012-03-01.txt:00:12:03: Natural transformations are just morphisms in the category of functors +2012-03-01.txt:00:13:12: tswett: the functors are the domains and codomains of the natural transformations. +2012-03-01.txt:00:14:21: `pastelogs natural transformation