syntactic-0.4: Generic abstract syntax, and utilities for embedded languages

Language.Syntactic.Analysis.Hash

Documentation

class ExprEq expr => ExprHash expr whereSource

Methods

exprHash :: expr a -> HashSource

Computes a Hash for an expression. Expressions that are equal according to exprEq must result in the same hash.

Instances