HELP FOR: the type heralg/quiverdata
SYNOPSIS:
EXAMPLES:
>
# a quiver of type tilde D_4:
>
Q := [ 5, [ [1,3], [3,2], [3,4], [3,5] ] ];
>
type(Q, `heralg/quiverdata`);
>
# the generalized Kronecker quiver with r arrows:
>
type( [ 2, [ [ 1, 2, r ] ] ], `heralg/quiverdata`);