Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Jul 9, 2023
1 parent c9c2ebd commit 73fea02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ And we are on _discourse_</br>
| | | |
|:------------------|-|:-------------------|
| multisequence | | ≺ apply ≻(fn, width, rest...) |
| |&nbsp; | |
| _as provided_ |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |rest |
| |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | |
| _as provided_ | rest | |
| | |(seq1, seq2) |
| | |(seq1, .., seq8) |
| | | |
| _shared weights_ | |rest |
| _shared weights_ | rest | |
| | |(seq1, seq2, weights) |
| | |(seq1, .., seq8, weights) |
| | | |
| | | |
| _unique weights_ | |rest |
| _unique weights_ | rest | |
| | |(seq1, seq2, [weights1, weights2]) |
| | |(seq1, .., seq8, [weights1, .., weights8]) |
| | | |
Expand Down

0 comments on commit 73fea02

Please sign in to comment.