Lennart Augustsson

Results 103 comments of Lennart Augustsson

If you want to do it, great!

I'd never heard of matrix, but sure, it seems worthwhile. And I did acquire the domain name microhs.org. It currently points at nothing.

It might be nice to have MHS as an option in GHCup. It's very easy to install anyway, but it gives microhs more visibility.

It's not high on my list. But then, nobody has complained before. :) I have only needed it once, so I wrote that update function by hand. It's difficult(impossible?) to...

Here's a safer way to do what you want, assuming the constructor for `record` is `T` `updated = let T{..}=record in let field=foo; otherfield=bar in T{..}` BUT, there was a...

You can use my suggested method in 0.13.0.0, but I'll leave this PR open, since it's something that needs a proper fix.

That's right. MicroHs does not implement record pattern synonyms. I will take a look to see if it looks easy.

Record pattern synonyms is not easy to implement in MicroHs. I'll tag this as an enhancement.

Generic is awkward, because it needs Type families. So not imminent.