Skip to content

Commit 989da7c

Browse files
author
Will Kimmerer
committed
rm some additional exports
1 parent 42a9697 commit 989da7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SuiteSparseGraphBLAS.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ include("oriented.jl")
102102

103103
export SparseArrayCompat
104104
export LibGraphBLAS
105-
export UnaryOps, BinaryOps, Monoids, Semirings #Submodules
105+
# export UnaryOps, BinaryOps, Monoids, Semirings #Submodules
106106
export UnaryOp, BinaryOp, Monoid, Semiring #UDFs
107107
export Descriptor #Types
108108
export gbset, gbget # global and object specific options.
109-
export xtype, ytype, ztype #Determine input/output types of operators
109+
# export xtype, ytype, ztype #Determine input/output types of operators
110110
export GBScalar, GBVector, GBMatrix #arrays
111111
export lgamma, gamma, erf, erfc #reexport of SpecialFunctions.
112112

0 commit comments

Comments
 (0)