123456789101112131415161718192021222324252627(**************************************************************************)(* ocgtk - OCaml bindings for GTK4 *)(* *)(* This program is free software; you can redistribute it *)(* and/or modify it under the terms of the GNU Library General *)(* Public License version 2, as published by the *)(* Free Software Foundation with the exception described in file *)(* COPYING which comes with the library. *)(* *)(* Based on lablgtk3 (https://github.com/garrigue/lablgtk) *)(* *)(**************************************************************************)(* Convenience re-export of the individual bounded integer modules.
* The canonical implementations live in uInt8.ml, int8.ml, uInt16.ml,
* int16.ml, uInt32.ml, int32.ml, and uInt64.ml; they are exposed as flat
* top-level modules (UInt8, Int8, …) because ocgtk_common is (wrapped false).
* This module lets callers write Bounded_int.UInt16 if they prefer
* an explicit namespace. *)moduleUInt8=UInt8moduleInt8=Int8moduleUInt16=UInt16moduleInt16=Int16moduleUInt32=UInt32moduleInt32=Int32moduleUInt64=UInt64