LambdaDuck
anka213.bsky.social
LambdaDuck
@anka213.bsky.social
Haskell and type theory enthusiast

they/them
cheers!
October 26, 2025 at 5:24 PM
none of these options are acceptable
September 4, 2025 at 7:18 PM
oh no, not this bullshit interpretation of gdpr again! has that actually held up in court?
September 4, 2025 at 2:55 PM
literally this!
August 9, 2025 at 3:33 PM
August 9, 2025 at 3:30 PM
All aboard the HRT express!
August 9, 2025 at 10:57 AM
it’s because danish is the french of the nordic languages. they also share having a strange base-20 number system
August 7, 2025 at 6:13 PM
June 15, 2025 at 10:52 PM
the bot didn’t seem to work, so here you go:
April 7, 2025 at 6:37 AM
February 25, 2025 at 7:42 AM
not even paywalled, region walled!
February 8, 2025 at 7:31 AM
sorry for the mix of light mode and dark mode
February 5, 2025 at 8:59 PM
If we would try to make a naive version of the blog alg without laziness, we could try running it twice, the first time with a dummy value.

however, this version has exponential complexity with respect to depth, since each recursive call will also call it's children twice
January 31, 2025 at 2:04 PM
something like this:

this is somewhat similar to the rejected option in section 2.1 of the paper: emilaxelsson.github.io/documents/ax...
January 31, 2025 at 12:09 PM
ma musi li telo
January 2, 2025 at 7:36 AM
nope, i still get this error:
December 14, 2024 at 8:10 AM
*clicks on profile*
“well, that explains your behavior”
December 1, 2024 at 6:28 AM
yes, indeed! it traverses your structure in a depth-first left-to-right order, by order of your definition. the same holds true for derived Traversible instances.

Here's the generated code, dumped using -ddump-deriv and slightly cleaned up:
November 28, 2024 at 3:36 PM