Lennart Augustsson

Results 17 issues of Lennart Augustsson

Are there any plans for a multi-variate Newton-Raphson or Halley root finder? If not, I might contribute one.

I tried installing Koka on Windows. After some fiddling I gave up and installed it in WSL instead. Given that Koka comes from Microsoft, I expected Windows installation to be...

I frequently work on a laptop with quite limited vertical space. There's only so much context I can/want to keep in my brain. I find the formatting used by Ormolu...

style

I have a problem with my package [MicroHs](https://github.com/augustss/MicroHs) I need to run a preprocessor on all Haskell files. The command line has the following `... -F -pgmF ./Tools/convertX.sh ...` This...

In section 10, Field Syntax Reference there are many bugs. Here are some I found today: - main-is: is a field for executables also - extra-source-files: does not require a...

documentation

The error message claims there is no .cabal file nor a cabal.project, when in fact they both exist. ``` Verse$ cabal --version cabal-install version 3.4.0.0 compiled using version 3.4.0.0 of...

type: bug
attention: pr-welcome
re: error-message

The title says it all.

attention: needs-review
re: --with-compiler

Some examples * (KnownNat (a-b)) does not simplify even if a >= b is known * (KnownNat (Div a b)) does not simplify even if b >= 1 is known....

The title says it all

Are there any plans for Miso to support MicroHs?