TPFS-0.1: Tagged plain file system in which a file can only have multiple tags and nothing more.

System.TPFS.Errors

Synopsis

Documentation

data OutOfSpace Source

Thrown when there are not enough blocks available in the filesystem to satisfy the requirements of a given operation.

Constructors

OutOfSpace 

data EndOfChain Source

Thrown when the end of a block chain was reached before it was expected to end.

Constructors

EndOfChain