Bitvector representation in FGL
The g-integer symbolic object kind in FGL uses a list of Boolean function objects (see bfr) representing the bits of the number. The representation is least-significant-bit first, sign-extended by the final bit. See bools->int to convert between a concrete bitvector (list of Booleans) and an integer.