hPDB-0.99: Parser, print and manipulate structures in PDB file format.

Safe HaskellNone

Bio.PDB.Iterable

Documentation

class Iterable a b whereSource

Methods

imapM :: Monad m => (b -> m b) -> a -> m aSource

imap :: (b -> b) -> a -> aSource

ifoldM :: Monad m => (c -> b -> m c) -> c -> a -> m cSource

ifoldr :: (b -> c -> c) -> c -> a -> cSource

ifoldl :: (c -> b -> c) -> c -> a -> cSource

ifoldl' :: (c -> b -> c) -> c -> a -> cSource

ilength :: b -> a -> IntSource