Skip to content

Commit

Permalink
Stop exporting Monomial
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 23, 2024
1 parent 121bd58 commit 421dde4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mono.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export Monomial
# We don't export `Monomial` to avoid a clash with `MultivariateBases.Monomial`
# export Monomial

const TupOrVec{T} = Union{AbstractVector{T},Tuple{Vararg{T}}}

Expand Down

0 comments on commit 421dde4

Please sign in to comment.