Skip to content

Commit

Permalink
huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Dec 14, 2023
1 parent 605de10 commit 1ba6088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sclin/src/Cmd.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1374,12 +1374,12 @@ extension (env: ENV)
*/
case ":`" => env.get$$
/*
@s a (i >MAP) -> _
@s a (i >SEQ) -> _
#{:`} with `i` mapped over `a`.
*/
case ":*" => env.gets
/*
@s a b (i >SEQ) -> _
@s a (i >SEQ) -> _
#{:`} with `i` folded over `a`.
*/
case ":/" => env.getn
Expand Down

0 comments on commit 1ba6088

Please sign in to comment.