Merge remote-tracking branch 'origin/v4' into v4

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2023-08-31 13:55:33 +09:00
commit b740e7b746
3 changed files with 14 additions and 2 deletions

View File

@ -20,4 +20,9 @@ http://www.imajeenyus.com/computer/20160531_axidraw_laser/index.shtml
p5などでパラメトリックに動かすためのリソース
https://penplotterartwork.com/blog/2021/07/05/how-to-pen-plot-guides-tutorials-and-more/#more-167
https://penplotterartwork.com/blog/2021/07/05/how-to-pen-plot-guides-tutorials-and-more/#more-167
GCodeで動かすための変換器
https://github.com/andymasteroffish/axidraw_gcode_reader

7
content/依存型.md Normal file
View File

@ -0,0 +1,7 @@
#programming-language
項でインデックス付された型
C++でいう`decltype(term)`(だよね?)
[Implementing Dependent Types](https://tiarkrompf.github.io/notes/?/dependent-types/)

View File

@ -28,7 +28,7 @@ http://www.cs.tsukuba.ac.jp/~kam/lecture/gairon2-2012/gairon2.pdf
[SATySFi の多段階計算入門](https://sankantsu.hatenablog.com/entry/2022/08/19/215024)
## 依存型との組み合わせ
## [[依存型]]との組み合わせ
[A Dependently Typed Multi-Stage Calculus](https://arxiv.org/abs/1908.02035)