back to index Equations Inline Footnotes open import 1Lab.Type module Meta.Append where Types with concatenationπ record Append {β} (A : Type β) : Type β where infixr 8 _<>_ field mempty : A _<>_ : A β A β A open Append β¦ ... β¦ public