hol-1.3: Higher order logic

LicenseMIT
MaintainerJoe Leslie-Hurd <joe@gilith.com>
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

HOL.TypeSubst

Description

 

Synopsis

Documentation

class CanSubst a where Source #

Minimal complete definition

basicSubst

compose :: TypeSubst -> TypeSubst -> TypeSubst Source #

  • subst (compose s1 s2) t == subst s2 (subst s1 t)