Edward Kmett

Results 40 issues of Edward Kmett

This would be a lot more use if it was on hackage! ;)

`popcnt`, `tzcnt`, `bzhi`, `bextr` and a few others should probably take/return a `u32` (or similar) to match the register types of the instructions, rather than the `Self` type of the...

You can compare `STRef`s for equality, so you can have an `Eq` instance that checks to see if two `HashTable s k v` are the same hashtable. I wound up...

It would be nice to invert our current control mechanism so that instead of having grad :: (Traversable f, Num a) => (forall s. Mode s => f (AD s...

improvement
major refactoring

**Describe GraalVM and your environment :** - GraalVM version or commit id if built from source: 21.1 - CE or EE: EE - JDK version: 11 - OS and OS...

llvm

### Pull Request Description Add a description of the nascent type system. ### Important Notes It turns out defining a type system retroactively is a bit difficult. =) ### Checklist...

### Pull Request Description This is a work-in-progress draft PR of what we need to get type constructors to exist for real in the compiler. ### Important Notes This removes...

I'm starting to install enso on a fresh Mac laptop and figured it would be useful to start to capture the additional install steps glossed over in the README. ###...

Type: Enhancement

`apitrace` is one of only tools I have available to me for debugging my VR application that doesn't crash on application start! However, upon switching my application to using direct...

GUI
Feature Request

```haskell Data/Attoparsec/Internal/Types.hs:139:5: error: ‘fail’ is not a (visible) method of class ‘Monad’ | 139 | fail = Fail.fail | ^^^^ ```