Noon van der Silk

Results 77 comments of Noon van der Silk

i don't think that that is even required anyway ....

I think it's fair to that it is, indeed, a dead project.

Yeah there's two things at play here: 1. Your `cabal build` is actually cheating somehow; when I run `cabal build` I get: ``` Warning: The package list for 'hackage.haskell.org' does...

Sounds reasonable; I've added some Todo items around seeking feedback from some existing communities; if anyone knows others that would be interested, please add them!

@jukremer interestingly your approach did not work for me with `prettier-plugin-sort-imports`; which in fact has broken prettier on 24.11 ; I get an error like: ``` [error] Cannot find package...

@jukremer why? I defined the package myself above; so it should be no different.

to be honest, personally i'm not organised as a chef to do things in the exact order listed, so a 'cook mode' might be problematic for me but i understanding...

Hmm; maybe the answer is this: ```haskell data HMaybe a = HNothing | HJust (a :# HMaybe) maybePerson :: HMaybe # Person maybePerson = HJust $ Person { height =...

I guess I was hoping there was a way to re-use existing types instead of defining my own? But I can live with the fact that there isn't; but I'm...

I'm fairly sure there has to be a way to define a kind of `ToHyper` type that would take a `Maybe` type as an argument; but I'm struggling to make...