creatur-5.6.0: Framework for artificial life experiments.

Portabilityportable
Stabilityexperimental
Maintaineramy@nualeargais.ie
Safe HaskellNone

ALife.Creatur.Persistent

Description

A state which persists between runs.

Synopsis

Documentation

mkPersistent :: a -> FilePath -> Persistent aSource

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

putPS :: (Show a, Read a) => a -> StateT (Persistent a) IO ()Source