Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/toolsforhomalg/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 2.4.2025 mit Größe 558 B image not shown  

Quelle  LazyHLists.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# ToolsForHomalg: Special methods and knowledge propagation tools
#
# Declarations
#

#! @Chapter Lazy homogeneous lists

#! @Section GAP categories

#! @Description
#!  The ⪆ category of lazy homogeneous lists.
#! @Arguments L
DeclareCategory( "IsLazyHList",
        IsComponentObjectRep and IsList );

#! @Section Constructors

#! @Description
#!  Construct a lazy list
#! @Arguments L, func
DeclareGlobalFunction( "LazyHList" );

#! @Section Operations

DeclareOperation( "ListOfValues", [ IsLazyHList ] );

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]