You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dwarf.lem there are some "missing pervasives" called natural_nat_shift_left and natural_nat_shift_right with no definition but with OCaml bindings. Are these equivalent to multiplication and division by a power of 2? If so, could they be defined that way, at least for the HOL backend?
The text was updated successfully, but these errors were encountered:
On 25 May 2018 at 13:03, Ramana Kumar ***@***.***> wrote:
In dwarf.lem there are some "missing pervasives" called
natural_nat_shift_left and natural_nat_shift_right with no definition but
with OCaml bindings. Are these equivalent to multiplication and division by
a power of 2?
Looking just at dwarf.lem, I think they're just that but with the mixed
natural / nat types - in HOL would just be multiplication and division by
2, y.
In
dwarf.lem
there are some "missing pervasives" callednatural_nat_shift_left
andnatural_nat_shift_right
with no definition but with OCaml bindings. Are these equivalent to multiplication and division by a power of 2? If so, could they be defined that way, at least for the HOL backend?The text was updated successfully, but these errors were encountered: