Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/webidl/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  bugfix.tst   Sprache: unbekannt

 
gap> START_TEST( "bugfix.tst" );

# Verify that \< method for a list and a ring (and vice versa) is restricted
# to a few specific kinds of rings (and e.g. does not apply to finite fields).
# See <https://github.com/gap-packages/resclasses/issues/3>.
gap> GF(3) < [0*Z(3)];
false
gap> GF(3) < AsList(GF(3));
false

#
gap> STOP_TEST( "bugfix.tst", 1 );

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]