1 2 3 4 5 6 7
{-# OPTIONS --without-K --safe #-} module Cfe.Expression {ℓ} (A : Set ℓ) where open import Cfe.Expression.Base A public