Dad×2_jack (@iceland_jack) 's Twitter Profile
Dad×2_jack

@iceland_jack

Haskell

ID: 2832623057

calendar_today15-10-2014 20:08:35

31,31K Tweet

3,3K Followers

558 Following

Zanzi Tangle, now at Monoidal Cafe (@tangled_zans) 's Twitter Profile Photo

Our blog is back, with an amazing guest post by julesh on implementing well-typed by construction substructural languages. zanzix.github.io/posts/4-substr…

Tom Ellis (@tomjaguarpaw) 's Twitter Profile Photo

Haskell fans, here's SPJ at the Haskell Symposium/ICFP talking about the efforts that the GHC Steering Committee are making towards stability. Thanks to SPJ and the Haskell Foundation Stability Working Group for making this push! youtube.com/watch?v=1hrOpc…

Tweag (@tweagio) 's Twitter Profile Photo

In this new blog post Jonathan Arnoult walks us through his internship contributions to teach Liquid Haskell to reason when external dependencies are involved. hubs.ly/Q02PNmrw0

Vanessa McHale (@vamchale) 's Twitter Profile Photo

wrote up the example of streaming compression in Haskell, calling a C API that performs memory writes as effects. It is a nontrivial example of how to juggle laziness and effects, and why monadic IO is so central vmchale.com/static/serve/l…

wrote up the example of streaming compression in Haskell, calling a C API that performs memory writes as effects. It is a nontrivial example of how to juggle laziness and effects, and why monadic IO is so central

vmchale.com/static/serve/l…
Dad×2_jack (@iceland_jack) 's Twitter Profile Photo

(forall x. Cls x => x) is the limit of the forgetful functor from f-algebras, assuming class Cls a where meth :: f a -> a It is isomorphic to Fix f