thih-1.0: Typing Haskell In Haskell

Subst

Documentation

type Subst = [(Tyvar, Type)]Source

class Types t whereSource

Methods

apply :: Subst -> t -> tSource

tv :: t -> [Tyvar]Source

Instances