This commit is contained in:
2026-06-16 01:27:54 +09:00
parent 5d6a03b74f
commit 4e82f47f90
31 changed files with 141 additions and 112 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
## 例
```n
```dcdl
retry = Int default 3;
port = Int & >= 1 & <= 65535;
```
@@ -13,6 +13,6 @@ port = Int & >= 1 & <= 65535;
数値比較制約と合成できる。
```n
```dcdl
NarrowedPort = Int & >= 1 & <= 65535 & > 443;
```