Go to the first, previous, next, last section, table of contents.


|abcAbbc

Function: |abcAbbc { [] -> [] }
file: job.t
package: muf
status: alpha

Convert a block containing a sequence of values into a block of pairs expressing the original adjacency information:

Stack: [ 'a' 'b' 'c' 'd' 'e' 'f' |
|abcAbbc
Stack: [ 'a' 'b' 'b' 'c' 'c' 'd' 'd' 'e' 'e' 'f' |

This function is useful in topological sorting contexts.


Go to the first, previous, next, last section, table of contents.