Safe Haskell | None |
---|---|
Language | Haskell2010 |
RSolve.HM
Description
HM unification implementations based on propositional logics, based on nominal type system. Author: Taine Zhao(thautwarm) Date: 2019-08-04 License: MIT
Documentation
Constructors
TVar Int | |
TFresh String | |
T :-> T infixl 6 | |
T :* T infixl 6 | |
TForall (Set String) T | |
TApp T T | |
TNom Int |
emptyTCEnv :: TCEnv Source #