dmjio
dmjio
Why not unify `Schema` and `SchemaDocument` as the same type?
Is there currently a way (and if not, a plan) for supporting any other Monad besides `Handler` when resolving queries / mutations? `servant` accomplishes through a monad morphism. I'd really...
Would be very nice to have comparisons of ArrayFire vs. libraries like `hmatrix`, `accelerate`, etc. This might even warrant its own package due to the difficulty in procuring all the...
Currently the installation instructions for `arrayfire-haskell` target users who install binaries into `/lib` / `lib64` on `OSX`/ `Linux` respectively. For "power users" (those who build from source), there should be...
Will add fancy examples.
Theoretically, there's no reason this can't be supported. ```haskell instance Bits (ArrayFire CBool) where (.&.) = A.and (.|.) = A.or xor = A.bitXor shiftL x n = A.shiftL x (scalar...
@chessai this would be a /very/ nice to have. Issue is that doctest can't resolve arrayfire third-party dep. when it runs.