Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の Alloy 定義を見ました。
1 つの署名番号 { i:Int[3]}
// Int[3] の意味。上記のフィールド「i」の意味は何ですか
これは、アトムを持つの単集合と単集合サブセットのi間の関係であることを意味します。オブジェクト表記では、次のようになりますNumberInt3Number.i = 3
i
Number
Int
3
Number.i = 3