Skip to content

Commit 00c1fec

Browse files
committed
alias(minus): Add as a sub alias.
Can't imagine why I kept postponing it...
1 parent 2693763 commit 00c1fec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alias.lambda

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ inc = succ
107107
decf = pred
108108
dec = pred
109109
- = sub
110+
minux = sub
110111
is0 = iszero
111112
zerop = iszero
112113
zero? = iszero

0 commit comments

Comments
 (0)