dmjio

Results 196 comments of dmjio

@dhess @functora related to basecoat link above https://tweakcn.com/

To follow up on this, in order to fuse away `b` in `(a -> b) -> (b -> c) -> a -> c` we need to stage functions `a ->...

Hi @flashdesignory, hope this message finds you well 👋🏼 Do you think it would be possible for us to include a Haskell web framework into the **Compile-to-JS** section , alongside...

this fruit is not so low hanging after all

Consider doing this via the WASM backend. https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html

https://github.com/augustss/MicroHs/pull/255

@noinia hey, So yea there have been quite a few changes with 1.9, (and I haven’t made a migration guide just yet), including introducing real components (not just simulated via...

@noinia also regarding the new `Effect`, just curious, how do you see it's like `action -> action` ? Is that when using `scheduleIO` or `io` ? It's true in old...