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 10, 2023
1 parent 0ecb55c commit 8e2cbea
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 @@ -88,18 +88,18 @@ And we are on _discourse_</br>

| | | |
|:------------------|-|:-------------------|
| multisequence | | ≺ apply ≻(fn, width, _rest_...) |
| multisequence | | ≺ apply ≻(fn, width, _`rest`_...) |
| |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | |
| _as provided_ | _rest_ | |
| _as provided_ | | _rest_ |
| | |(seq1, seq2) |
| | |(seq1, .., seqNseq) |
| | | |
| _shared weights_ | _rest_ | |
| _shared weights_ | | _rest_ |
| | |(seq1, seq2, weights) |
| | |(seq1, .., seqNseq, weights) |
| | | |
| | | |
| _unique weights_ | _rest_ | |
| _unique weights_ | | _rest_ |
| | |(seq1, seq2, [weights1, weights2]) |
| | |(seq1, .., seqNseq, [weights1, .., weightsNseq]) |
| | | |
Expand Down

0 comments on commit 8e2cbea

Please sign in to comment.