Why is there a generic parameter in Constructor<R>
class in Z3 Java API?
#7733
Unanswered
ruijiefang
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm recently looking at Z3's Java API, and found the definition of a datatype constructor class a bit confusing --- at https://github.com/Z3Prover/z3/blob/master/src/api/java/Constructor.java#L25, there is a generic parameter
R
, but this parameter seems unused throughout theConstructor
class, and there is no obvious lower bound / upper bound on this generic parameter. Is this truly unused, or is this supposed to mean something?Beta Was this translation helpful? Give feedback.
All reactions