diff --git a/site/src/other.rs b/site/src/other.rs
index 94f9f0f59..6208ff895 100644
--- a/site/src/other.rs
+++ b/site/src/other.rs
@@ -295,9 +295,17 @@ pub fn Optimizations() -> impl IntoView {
"Other Optimizations"
- - ", "", "", "", "", and "" are all optimized when a "" or "" is at the top level of their function. For example, "
"F"
"G"
" is optimized to ""F"
"G"
"."
- - " and "" are optimized to be fast with "", "", "", "", and ""."
+ "F"
"G"
" is optimized to ""F"
"G"
" for pure functions."
+ - " and "" are optimized to be fast with "", "", ""."
- " with a simple-enough function and a small constant count will compile to an unrolled loop."
+ - "The following splitting patterns are optimized for monadic function "
"F"
":"
+
+ "F" |
+ "F" "constant" |
+ "F" |
+ "F" "constant" |
+
+
}
}