Skip to content

Commit deb4871

Browse files
Petr Bauchpetr-bauch
authored andcommitted
New types for bounded mod types
bound-mod-type for non-power-two modulus and bounded-unsignedbv-type for power-two modulus.
1 parent 4f65a89 commit deb4871

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "bitvector_type",
3+
"id": "bounded_mod_type",
4+
"namedSub": {
5+
"lower_bound": {"type": "integer"},
6+
"upper_bound": {"type": "integer"},
7+
"ada_mod_max": {"type": "string"}
8+
}
9+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "bitvector_type",
3+
"namedSub": {
4+
"lower_bound": {"type": "integer"},
5+
"upper_bound": {"type": "integer"}
6+
}
7+
}

0 commit comments

Comments
 (0)