hops-0.7.1: Handy Operations on Power Series

CopyrightAnders Claesson 2015 2016
MaintainerAnders Claesson <anders.claesson@gmail.com>
Safe HaskellNone
LanguageHaskell98

HOPS.DB

Description

License : BSD-3

Synopsis

Documentation

newtype DB Source #

A data base (DB) is just a wrapped ByteString.

Constructors

DB 

Fields

Instances

Show DB Source # 

Methods

showsPrec :: Int -> DB -> ShowS #

show :: DB -> String #

showList :: [DB] -> ShowS #

readSeqDB :: Config -> IO DB Source #

Read the sequence DB (derived from "stripped.gz").

readANumDB :: KnownNat n => Config -> IO (Vector (Series n)) Source #

Create a vector that at index n contains the sequence with A-number n.

emptyANumDB :: Vector (Series n) Source #

An empty A-number database