Add associative map constraints and range refinement

This commit is contained in:
2026-08-14 06:26:15 +09:00
parent 8198b615a8
commit cc6ab40807
52 changed files with 8951 additions and 6918 deletions
+3 -1
View File
@@ -103,6 +103,7 @@ in
match
import
default
as
true
false
```
@@ -119,9 +120,10 @@ false
& 制約合成
// patch 合成
default fallback 指定
as 左辺から右辺への範囲包含確認と絞り込み
=> 関数
. フィールド参照 / ドットパス定義
... 配列の要素制約
... 配列または連想配列の値制約
```
演算子の優先順位は [合成演算子](./operators.md) で定義する。