(* Test a simple constructor. * $Id: 10_constr2.ml,v 1.1 2008-04-02 11:06:07 rjones Exp $ *) let version = 1 ;; let data = 10 ;; let bits = BITSTRING version : 4; data : 12 ;; Bitmatch.hexdump_bitstring stdout bits ;;