| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Mikan.Interaction.ReadFile
Description
Utilities for caching file system access.
Synopsis
- readFileTCM :: AbsolutePath -> TCM ReadFile
- hashSourceFile :: SourceFile -> TCM Hash
Documentation
readFileTCM :: AbsolutePath -> TCM ReadFile Source #
Read and hash the contents of an AbsolutePath if it has not yet
been read in this era.
hashSourceFile :: SourceFile -> TCM Hash Source #
Get the hash of a source file.