hol-1.3: Higher order logic

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

HOL.OpenTheory.Interpret

Description

 

Synopsis

Documentation

compose :: Interpret -> Interpret -> Interpret Source #

  • interpret (compose i1 i2) s == interpret i2 (interpret i1 s)