summaryrefslogtreecommitdiffstats
path: root/content/zettel/3c3d.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/3c3d.md')
-rw-r--r--content/zettel/3c3d.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/content/zettel/3c3d.md b/content/zettel/3c3d.md
new file mode 100644
index 0000000..527a6a6
--- /dev/null
+++ b/content/zettel/3c3d.md
@@ -0,0 +1,15 @@
++++
+title = "Normalisation of terms"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3c3c"]
+forwardlinks = ["3c3e"]
+zettelid = "3c3d"
++++
+
+Another property of the abstract interpretation is that the abstract
+interpretation should be normalised before it is compared, which then
+means that different rewrite optimisations can also be proven about the
+code. For example, additions and multiplications should be rewritten in
+a common form.