oalg-base-1.1.4.0: Algebraic structures on oriented entities and limits as a tool kit to solve algebraic problems.
Copyright(c) Erich Gut
LicenseBSD3
Maintainerzerich.gut@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

OAlg.Entity.Sequence.CSequence

Contents

Description

completely defined sequences of items in x with index type N.

Synopsis

Sequence

type CSequence = ProductSymbol Source #

completely defined sequences of items, i.e. free products with index type N.

X

xCSequence :: Entity x => N -> X x -> X (CSequence x) Source #

random variable for comletely defined sequences with the given maximal length.