1#############################################################################
2##
3##  homalgTable.gd              MatricesForHomalg package    Mohamed Barakat
4##
5##  Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen
6##
7##  Declaration stuff for rings.
8##
9#############################################################################
10
11####################################
12#
13# categories:
14#
15####################################
16
17# a new GAP-category:
18DeclareCategory( "IshomalgTable",
19        IsAttributeStoringRep );
20
21####################################
22#
23# properties:
24#
25####################################
26
27####################################
28#
29# attributes:
30#
31####################################
32
33####################################
34#
35# global functions and operations:
36#
37####################################
38
39# constructors:
40
41DeclareOperation( "CreateHomalgTable",
42        [ IsObject ] );
43
44# basic operations:
45
46