Message25

Author mg
Recipients
Date 2008-03-17.22:08:17
Content
The Share constructor should accept either a field *or* a value, not both. When
a value is given the field is redundant and it leads to code like this:

  a = Share(runtime, Zp, Zp(a_value))

which looks strange.
History
Date User Action Args
2008-03-17 22:08:17mgsetmessageid: <1205788097.79.0.274432939514.issue16@localhost>
2008-03-17 22:08:17mglinkissue16 messages
2008-03-17 22:08:17mgcreate