creatur-2.0.12: Framework for artificial life experiments.

Safe HaskellNone

ALife.Creatur.Database.FileSystem

Description

Represents r FSDatabase (including agents, clock, logging facility, etc.) that can run within the Créatúr framework.

Synopsis

Documentation

data FSDatabase r Source

A simple database where each record is stored in a separate file, and the name of the file is the record's key.

Instances

mkFSDatabase :: FilePath -> FSDatabase rSource

mkFSDatabase d (re)creates the FSDatabase in the directory d.