Skip to content

Commit fc11217

Browse files
committed
document un format string
1 parent c505153 commit fc11217

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/src/primitive.rs

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ fn all_uns() -> impl IntoView {
294294
{ inverse_row([Orient], No, "", "°⤸ [1_2_3 4_5_6]") }
295295
{ inverse_row([Scan], No, view!("Only works with "<Prims prims=[Add, Mul, Eq, Ne]/>), \\+ [1 3 6 10 15]") }
296296
{ inverse_row([Reduce, Mul], No, "Prime factors", "°/× 60") }
297+
{ inverse_row_impl(view!(<code class="string-literal-span">"$\"_…_\""</code>), No, "Pattern match and extract", "{°$\"_ - _(_)_\"} \"a - bc(de) - f\"") }
297298
{ inverse_row_impl(view!(<Prims prims=[Reduce]/><code class="string-literal-span">"$\"_…_\""</code>), No, "Must have 2 args and only text between", "°/$\"_ - _\" \"a - bc - d\"") }
298299
{ inverse_row([Repeat], Required, "Inner function must be invertible", "°(⍥(×2)5) 1024") }
299300
{ inverse_row([Trace], No, "", "°⸮ 5") }

todo.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Uiua Todo
22

33
# 0.15
4-
- Subscripted `bits`
54
- Non-dyadic `backward`
65
- 0-output `tuples`
76
- Implement some `under` inverses in terms of `un by`, rather than the other way around
8-
- Nested module context macros
97
- Multidimensional `group`
108
- `un`/`anti` `stencil`
119
- `anti keep`

0 commit comments

Comments
 (0)