Matthijs

Results 66 comments of Matthijs

It's worse. ``` PS ~ > Get-Command pacman CommandType Name Version Source ----------- ---- ------- ------ Application pacman.exe 0.0.0.0 C:\rtools40\usr\bin\pacman.exe ``` Sigh. Sure enough, that's where cairo went. I'll do...

I tried again. - Opening MSYS 64-bit specifically instead of simply PowerShell does not seem nescessary: just add `msys64` to Path first and there is one less mistake to make....

> Firstly, thanks for soldiering through to the end! No problem at all 😃 > I'm super confused as to why installing the toolchain isn't sufficient, though; it should include...

> […] Do the templates have deep integration with Stack Well, templates are inherently single-use per project, but initialization of stack projects with `stack new` always use a template. Trying...

I notice the following type signatures are different. ``` ghci> p = pure ghci> :t p p :: forall {f :: * -> *} {a}. Applicative f => a ->...

I don't get why the canonical data distinguishes between error causes. For many 'impossible' board states it is impossible to, from the board state alone, deduce how it was arrived...

> I disagree, knowing the principal error cause is always beneficial, even if there might be situations in which it cannot be unambiguously determined. Sure, knowing the principal error cause...

Wat could a passer-by do to help with this?

I don't think considering languages is feasible. The strings `abba` and `baäb` might be anagrams in one 'language', but not in another: various writing systems disagree on whether two characters...