yhseq-0.3.0.1: Calculation of YH sequence system

Safe HaskellSafe
LanguageHaskell2010

Numeric.YHSeq.V0200.Type

Documentation

type Seq = [Integer] Source #

type DPN = [DPNTuple] Source #

index :: [a] -> Integer -> a Source #

index1 :: [a] -> Integer -> a Source #

idx :: [a] -> Integer -> a Source #

slice :: Integer -> Integer -> [a] -> [a] Source #

slice1 :: Integer -> Integer -> [a] -> [a] Source #

dropLast :: [a] -> [a] Source #