This commit is contained in:
Felix Roos 2023-01-08 23:48:32 +01:00
parent 22a64c4931
commit 09217216dc

View file

@ -13,7 +13,7 @@ The following functions will return a pattern.
Most of these are also used by the Mini Notation: Most of these are also used by the Mini Notation:
| function | mini | | function | mini |
| ------------------------------ | --------------- | | ------------------------------ | ---------------- |
| `cat(x, y)` | `"<x y>"` | | `cat(x, y)` | `"<x y>"` |
| `seq(x, y)` | `"x y"` | | `seq(x, y)` | `"x y"` |
| `stack(x, y)` | `"x,y"` | | `stack(x, y)` | `"x,y"` |