package checked_oint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An OCaml library for checked integer arithmetic
Install
dune-project
Dependency
Authors
Maintainers
Sources
checked_oint-0.4.0.tar.gz
md5=abc8c77a6e909ca0938206929c8b526d
sha512=dc9d3509656e1fa99615e1ad78f1f7f537cfe115ccd439dbee8094f394373b49aed0cc513052a4a3e6ba68bf7ee2632456f9679dcb2da779b0792931af8862fd
doc/CHANGELOG.html
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
unreleased
0.4.0 - 2024-11-24
Added
- The
pairfunction as anoption-returning counterpart ofpair_exn.
0.3.0 - 2024-11-09
Added
Integer type shortcuts:
u8_int_ty,u16_int_ty,u32_int_ty,u64_int_ty,u128_int_tyi8_int_ty,i16_int_ty,i32_int_ty,i64_int_ty,i128_int_ty
0.2.2 - 2024-11-01
Fixed
- Detect out-of-range letters during 128-bit integer parsing.
0.2.1 - 2024-10-16
Fixed
- Support binary, octal, and hexadecimal
of_stringformats for 128-bit integers.
0.2.0 - 2024-06-14
Added
- The
is_zero,is_one,is_all_onespredicates ongenericintegers.
Changed
- Rename
S.tytoS.int_ty(in accordance withgeneric_int_ty).
0.1.2 - 2024-05-15
Added
S.of_intandS.of_stringwhich returnoptioninstead of raising an exception.
Fixed
- Specify a required version of
alcotest.
0.1.1 - 2024-05-05
Added
S.tyfor getting a type representation (int_ty).
Fixed
- Specify required versions of
ocamlandctypes-foreignindune-project.
0.1.0 - 2024-05-01
Added
- This library.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page