History log of /seL4-l4v-master/HOL4/src/n-bit/bitstringSyntax.sig
Revision Date Author Comments
# df27aa58 15-Feb-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Some function in bitstringSyntax are now based on Arbnum.num instead of Int.int.

The old versions were vulnerable to Overflow exceptions.


# 54c83795 23-Jun-2014 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add a bit-string rotate operation.


# b7f30f66 09-Oct-2012 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add a few more functions to bitstringSyntax.


# b99f6206 26-Jun-2012 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add a theory of bit-strings, which defines word operations over ``:bool list``. The maps "v2w" and "w2v" provide a connection to fixed-width bit vectors.