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.
BasicSymbolic
1 parent 71896f9 commit ce95557Copy full SHA for ce95557
test/hash_consing.jl
@@ -1,5 +1,6 @@
1
using SymbolicUtils, Test
2
-using SymbolicUtils: Term, Add, Mul, Div, Pow, hash2, metadata, Symbolic, isequal_with_metadata
+using SymbolicUtils: Term, Add, Mul, Div, Pow, hash2, metadata, BasicSymbolic, Symbolic,
3
+ isequal_with_metadata
4
import TermInterface
5
6
struct Ctx1 end
0 commit comments