filesystem-abstractions-0: A shared set of abstractions and types for representing filessytem data.

Safe HaskellNone
LanguageHaskell2010

System.Filesystem.FileTree

Description

 
Synopsis

Documentation

type FileTree a = TrieMap PathComponent a Source #

A representation of the files in a filesystem, ignoring directories.