松浦 知也 Matsuura Tomoya
8bf1cbe2a3
All checks were successful
Build / build (push) Successful in 7m59s
15 lines
407 B
Markdown
15 lines
407 B
Markdown
---
|
|
date: 2025-01-12 09:13
|
|
---
|
|
#type-system
|
|
|
|
変数やリソースが一度だけ使用されることをコンパイル時に確定できる仕組み。
|
|
|
|
|
|
|
|
[[Clean]]や[[Idris]]などで使用される([[Rust]]のムーブセマンティクスも基本はこれだと思う)。
|
|
|
|
[Uniqueness Types — Idris 1.3.3 documentation](https://docs.idris-lang.org/en/latest/reference/uniqueness-types.html)
|
|
|
|
|