Skip to content

Commit 1046949

Browse files
committed
note some important functions at the end of the tutorial
1 parent 2885a24 commit 1046949

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

site/src/tutorial.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,19 @@ ReduceAll!+[1_2_3 4_5_6]"/>
11221122

11231123
#[component]
11241124
fn EndOfTutorialList() -> impl IntoView {
1125+
use Primitive::*;
11251126
view! {
11261127
<ul>
1128+
<li>
1129+
"Some important functions that were not covered:"
1130+
<ul>
1131+
<li><Prim prim=Under/>" and "<Prim prim=Invert/></li>
1132+
<li><Prim prim=Keep/></li>
1133+
<li><Prim prim=Where/></li>
1134+
<li><Prim prim=Partition/></li>
1135+
<li><Prim prim=Fold/></li>
1136+
</ul>
1137+
</li>
11271138
<li><A href="/docs#functions">"The list of all functions"</A></li>
11281139
<li><A href="/docs#other-docs">"Other language topics"</A></li>
11291140
<li>"The online "<A href="/pad">"pad"</A>" for writing longer code"</li>

0 commit comments

Comments
 (0)