Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/startupcache/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 765 B image not shown  

SSL LazyHLists.gd   Interaktion und
Portierbarkeitunbekannt

 
# 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 ] );

[ Verzeichnis aufwärts0.3unsichere Verbindung  Übersetzung europäischer Sprachen durch Browser  ]