creatur-5.9.8.1: Framework for artificial life experiments.

Copyright(c) Amy de Buitléir 2012-2015
LicenseBSD-style
Maintaineramy@nualeargais.ie
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

ALife.Creatur.Counter

Description

A simple counter which persists between runs.

Synopsis

Documentation

mkPersistentCounter :: FilePath -> PersistentCounter Source

Creates a counter that will store its value in the specified file.