Updated docs

dev
rm-dr 2023-10-15 11:25:19 -07:00
parent 80f17ac210
commit 93c34ca4a4
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 8 additions and 1 deletions

View File

@ -29,3 +29,8 @@ What to do
- `cargo publish` - `cargo publish`
- Update web demo & pull server (`make docker`) - Update web demo & pull server (`make docker`)
- Update aur package - Update aur package
Test `default.nix` with
``sh
nix-build -E 'let pkgs = import <nixpkgs> { }; in pkgs.callPackage ./default.nix {}'
``

View File

@ -20,6 +20,8 @@
- Sums and products with functional arguments - Sums and products with functional arguments
- Add functions: gcd, inverse mod, dice - Add functions: gcd, inverse mod, dice
- Tuple operations - Tuple operations
- Number theory: select a group, inverses, etc
- Negative mod
## Prompt ## Prompt
- Fix terminal color detection - Fix terminal color detection