[obsidian] vault backup: 2025-07-22 22:44:10[
Some checks failed
Build / build (push) Failing after 10m25s
Some checks failed
Build / build (push) Failing after 10m25s
This commit is contained in:
@@ -147,7 +147,7 @@ myugen({ default_v <- freq = 200.0 })
|
||||
|
||||
---
|
||||
|
||||
## 部分型と型クラス
|
||||
## 部分型と[[型クラス]]
|
||||
|
||||
[[構造的部分型]]を採用するつもり。
|
||||
|
||||
|
12
content/型クラス.md
Normal file
12
content/型クラス.md
Normal file
@@ -0,0 +1,12 @@
|
||||
#programming-language
|
||||
|
||||
[[Rust]]におけるTraitとかに近いもの
|
||||
|
||||
あるメソッド群を持つジェネリックな型の分類
|
||||
|
||||
パラメトリックなジェネリクスに対して、対象が広すぎるものを、アドホック多相的に制限する
|
||||
|
||||
["Hackett: a metaprogrammable Haskell" by Alexis King - YouTube](https://youtu.be/5QQdI3P7MdY)
|
||||
|
||||
この動画の説明わかりやすかった(12:10~)
|
||||
|
Reference in New Issue
Block a user