# README
Tar
Purpose of the tar package is to enable components to process a set of files from StdIn and StdOut, so they can be pure
# Functions
CreateEntry constructs a file entry with byte content.
FromEntries creates a file list from a set of entries.
LookupString accesses a file as string from a file list.
Singleton returns a file list with one single entry.
UpsertBytes adds a file by path to a file list.
UpsertString adds a file by path to a file list.
# Variables
the empty file list.
LookupBytes accesses a file as bytes from a file list.
the monoid used to merge FileList objects.
# Type aliases
No description provided by the author