creatur-5.9.19: Framework for artificial life experiments.

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

ALife.Creatur.Counter

Contents

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.

Orphan instances