-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinit.g
More file actions
18 lines (15 loc) · 776 Bytes
/
Copy pathinit.g
File metadata and controls
18 lines (15 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################################################################
##
#W init.g Package singular Willem de Graaf
#W Marco Costantini
##
#Y Copyright (C) 2003 Willem de Graaf and Marco Costantini
#Y Copyright (C) 2004, 2005, 2006 Marco Costantini
##
ReadPackage( "singular", "gap/singular.gd" );
ReadPackage( "singular", "gap/singular.g" );
# The following implication was added in GAP 4.11, and results in row modules
# over polynomial rings to be printed more nicely; in order to get tests that
# behave the same in GAP 4.11 as in older GAP versions, we replicate this
# implication here. This does nothing in GAP >= 4.11.
InstallTrueMethod( IsFreeLeftModule, IsRowModule );