Love to explore new programming languages and build dev tools.
Loose thinking, but if affine units are just choices of identity elements then they are a bunch of distinct single things so it makes sense that you can't combine them
Loose thinking, but if affine units are just choices of identity elements then they are a bunch of distinct single things so it makes sense that you can't combine them
x^(a+b) = x^a * x^b
x^ab=x^a*x^b
---------------------
x^(a+b) = x^ab
sorry (in both the lean and apologetic meanings)
x^(a+b) = x^a * x^b
x^ab=x^a*x^b
---------------------
x^(a+b) = x^ab
sorry (in both the lean and apologetic meanings)
I get my revenge by subjecting my coworkers to an excess of notation abuse in crazy EDSLs.
I get my revenge by subjecting my coworkers to an excess of notation abuse in crazy EDSLs.
The input needs ?->a no matter what you need to get to an a
the output needs b->? you can use the value in b or ignore it, and you are free to return anything at all (including nothing)
The input needs ?->a no matter what you need to get to an a
the output needs b->? you can use the value in b or ignore it, and you are free to return anything at all (including nothing)
My line if thought is the left side is taking a value. The right side is giving a value. The are opposite (dual). Any mapping has to preserve that opposite nature.
My line if thought is the left side is taking a value. The right side is giving a value. The are opposite (dual). Any mapping has to preserve that opposite nature.