We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e34ff1 commit 4f2917aCopy full SHA for 4f2917a
parser/src/split.rs
@@ -208,7 +208,7 @@ impl Primitive {
208
(
209
"kork",
210
&[
211
- (PrimComponent::Prim(Keep), "keep"),
+ (PrimComponent::Prim(Keep), "kor"),
212
(PrimComponent::Sub2, "k"),
213
],
214
),
todo.md
@@ -1,6 +1,7 @@
1
# Uiua Todo
2
3
# 0.17
4
+- Put scalar dot on the value instead of the label
5
- `Variants` field for module
6
- Fix caching with labels
7
- Fix performance of deep `dip` nesting
0 commit comments