summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e4a1.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/2e4a1.md')
-rw-r--r--content/zettel/2e4a1.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/zettel/2e4a1.md b/content/zettel/2e4a1.md
new file mode 100644
index 0000000..42ec8dc
--- /dev/null
+++ b/content/zettel/2e4a1.md
@@ -0,0 +1,13 @@
++++
+title = "Type system to enforce"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["2e4a"]
+forwardlinks = ["2e4a2"]
+zettelid = "2e4a1"
++++
+
+The first solution is to use linear types to enforce the resource usage
+constraints at compile time, which guarantees that destructive updates
+can be performed on the data structure, as it will never be read again.