Revision 202f7130dde41cf4260970c8b3e8efb24cf27619 authored by Mohamed Barakat on 11 February 2022, 23:34:22 UTC, committed by GitHub on 11 February 2022, 23:34:22 UTC
bumped versions to trigger releases
2 parent s 26a82de + 416b60d
Raw File
SageTools.gd
#############################################################################
##
##  SageTools.gd              RingsForHomalg package           Simon Goertzen
##
##  Copyright 2008 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Declarations for the rings provided sage.
##
#############################################################################

####################################
#
# global variables:
#
####################################

DeclareGlobalVariable( "CommonHomalgTableForSageTools" );

back to top