Legacy.Base.Terms¶
Types for Terms¶
This is the Legacy.Base.Terms module of the Agda Universal Algebra Library.
{-# OPTIONS --cubical-compatible --exact-split --safe #-} open import Overture using (Signature ; 𝓞 ; 𝓥 ) module Legacy.Base.Terms {𝑆 : Signature 𝓞 𝓥} where open import Legacy.Base.Terms.Basic {𝑆 = 𝑆} public open import Legacy.Base.Terms.Properties {𝑆 = 𝑆} public open import Legacy.Base.Terms.Operations {𝑆 = 𝑆} public