Skip to content

Commit a830e73

Browse files
committed
Add Signal haddocks.
1 parent 8689f54 commit a830e73

File tree

3 files changed

+449
-54
lines changed

3 files changed

+449
-54
lines changed

shell.nix

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ in
2222
'cabal v1-configure --enable-tests && \
2323
cabal v1-build doctests && dist/build/doctests/doctests src/ArrayFire/Algorithm.hs'
2424
}
25+
function exe () {
26+
cabal run main
27+
}
2528
function repl () {
2629
cabal v1-repl lib:arrayfire
2730
}

src/ArrayFire/BLAS.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import ArrayFire.Internal.Types
4141
--
4242
-- This function can be used with one sparse input. The sparse input must always be the lhs and the dense matrix must be rhs.
4343
--
44-
-- The sparse array can only be of AF_STORAGE_CSR format.
44+
-- The sparse array can only be of 'CSR' format.
4545
--
4646
-- The returned array is always dense.
4747
--

0 commit comments

Comments
 (0)