From f20636e2b26901498d301b4567b4c0bb5cfc6221 Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 18 Feb 2022 02:11:34 -0600 Subject: makes --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e122f12..e081635 100644 --- a/readme.md +++ b/readme.md @@ -133,5 +133,5 @@ the amount of `x` which exist ## clarification: the meaning of `*_x` the difference between `*_x` and `x` can be thought of like this: if `x` is "dog"/"dogs", then `*_x` is "some dogs" or "a dog". the difference becomes quite relevant when one performs definitions. -if one makes the definition `X::=a`, then `X` is exactly the same thing as `a`. any usage of `X` would be identical to using `a`, which means that this definition wouldn't be very useful. instead, you can define `X` as an instance of `a` and then makes statements about it, for instance `X::=*_a i>:X` would mean that `X` is a specific something, and that something is something you did. +if one makes the definition `X::=a`, then `X` is exactly the same thing as `a`. any usage of `X` would be identical to using `a`, which means that this definition wouldn't be very useful. instead, you can define `X` as an instance of `a` and then make statements about it, for instance `X::=*_a i>:X` would mean that `X` is a specific something, and that something is something you did. -- cgit v1.2.3