mcmc-0.2.1: Sample from a posterior using Markov chain Monte Carlo

Copyright(c) Dominik Schrempf 2020
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Mcmc.Internal.ByteString

Description

Creation date: Mon Aug 3 10:46:27 2020.

Synopsis

Documentation

alignRightWith :: Char -> Int -> ByteString -> ByteString Source #

For a given width, align string to the right; use given fill character; trim on the left if string is longer.

alignRight :: Int -> ByteString -> ByteString Source #

For a given width, align string to the right; trim on the left if string is longer.

alignLeftWith :: Char -> Int -> ByteString -> ByteString Source #

For a given width, align string to the left; use given fill character; trim on the right if string is longer.

alignLeft :: Int -> ByteString -> ByteString Source #

For a given width, align string to the left; trim on the right if string is longer.