yhseq-0.2.1.1: Calculation of Y-sequence Hexirp edition

Safe HaskellSafe
LanguageHaskell2010

Numeric.YHSeq.V0210.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 #