- 
                Notifications
    
You must be signed in to change notification settings  - Fork 19
 
Open
Description
The GAP library has a bewildering number of functions for printing/viewing/displaying objects to the terminal or into a string. There is a strict hierarchy how methods for the various involved operations may delegate, described in the GAP reference manual.
The following method violates this:
homalg_project/MatricesForHomalg/gap/HomalgMatrix.gi
Lines 3914 to 3918 in 698bcb6
| InstallMethod( String, | |
| "for homalg matrices", | |
| [ IsHomalgMatrix ], | |
| ViewString ); | 
To fix this, just install the ViewString method for IsHomalgMatrix as a method for String instead and then delegate "the other way around".
Metadata
Metadata
Assignees
Labels
No labels