Skip Navigation
mangoiv MangoIV @functional.cafe

Interested in

\- Haskell \- Nix \- Lean4

Undergrad CS student, he/him

Posts 0
Comments 13
Well-Typed Blog: Haskell Symposium 2023
  • @jaror perhaps it would help to not have it be collocated with ICFP which seems to be quite inaccessible.

  • GHC proposal: Linear constraints
  • @jaror yeah it seems fine at first; issue is that someone probably has to do the theory part, writing a new papers for every one new addition seems tedious 😅

  • GHC proposal: Linear constraints
  • @jaror will this interact with any future proposals towards DH? I’m worried that this increase the pile of chores one would have to do to finally reach the goal of implementing them, similarly to how it happened with LinearTypes (and multiplicity polymorphism ftm) themselves.

  • An opportunity that I couldn't pass up
  • @jaror my bet is on him joining the lean4 fro

  • Laziness in Haskell — Part 2: Why not Strict Haskell?
  • @jaror second one was even more awesome than the first one! This view is something that makes it really possible to argue for laziness by default! Thank you @lexi_lambda!

  • GHC 9.4.6 is now available
  • @jaror it also exhibited a bug in the byte code interpreter which had been found before

  • GHC 9.4.6 is now available
  • @jaror yes very nasty, I reported an issue and three bugs were found investigating it. Romes and Ben did great work doing so. It were multiple issues with pointer tagging.

  • GHC 9.4.6 is now available
  • @jaror this fixes my bug! Yeyyyy