1 parent 63f896b commit 73f958aCopy full SHA for 73f958a
1 file changed
spec/core/relalg.md
@@ -178,7 +178,7 @@ Becomes a constant in a plain data type depending on the semiring:
178
Cases:
179
- `* -> i1`: rewrite to `input != zero(inRing)`
180
- `i1 -> *`: rewrite to `input ? one(outRing) : zero(outRing)`
181
-- `i64 -> f64`: i64eger promotion
+- `i64 -> f64`: integer promotion
182
- `i64 -> trop_i64`: map to infinity (max value) if 0, otherwise leave unchanged.
183
- `i64 -> trop_max_i64`: map to infinity if 0, otherwise leave unchanged.
184
- `i64 -> trop_f64`: map to infinity if 0, otherwise promote
0 commit comments