Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

monadic >: increment verb #10

Merged
merged 2 commits into from
Nov 19, 2023
Merged

monadic >: increment verb #10

merged 2 commits into from
Nov 19, 2023

Conversation

cratelyn
Copy link
Owner

here's a small monadic verb, whose implementation will be described in the readme.

; git show --oneline --quiet
62edb1f (HEAD -> add-increment, origin/add-increment) 馃 `>:` increment operator
; cargo test --quiet

running 92 tests
........................................................................................ 88/92
....
test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s


running 63 tests
........................ii.....................................
test result: ok. 61 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

example with jconsole:

```
; jconsole
   >: 1
2
   >: 1 2 3
2 3 4
   >: i. 2 2
1 2
3 4
```
@cratelyn cratelyn added the example-pulls example pull requests referenced in README.md label Nov 19, 2023
@cratelyn cratelyn self-assigned this Nov 19, 2023
@cratelyn cratelyn merged commit a9003ba into main Nov 19, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example-pulls example pull requests referenced in README.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant