We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61447f0 commit 3cbc088Copy full SHA for 3cbc088
src/GraphBLAS-sharp.Backend/Quotes/Arithmetic.fs
@@ -60,6 +60,7 @@ module ArithmeticOperations =
60
<@ fun (x: byte option) (y: byte option) ->
61
let mutable res = 0
62
63
+ // Converted to int because of Quotations Evaluator issue.
64
let xInt =
65
match x with
66
| Some x -> Some(int x)
@@ -116,6 +117,7 @@ module ArithmeticOperations =
116
117
118
119
120
121
122
123
0 commit comments