Agda-2.4.2: A dependently typed functional programming language and proof assistant

Safe HaskellNone

Agda.Utils.Hash

Description

Instead of checking time-stamps we compute a hash of the module source and store it in the interface file. This module contains the functions to do that.

Synopsis

Documentation

type Hash = Word64Source

hashByteString :: ByteString -> HashSource

hashString :: String -> IntegerSource

Hashing a module name for unique identifiers.