summaryrefslogtreecommitdiff
path: root/src/Cfe/Type.agda
blob: 06a64c59a189fc945a9b294fd70b6cc73bc390d2 (plain)
1
2
3
4
5
6
7
8
9
{-# OPTIONS --without-K --safe #-}

open import Relation.Binary using (Setoid)

module Cfe.Type
  {c ℓ} (over : Setoid c ℓ)
  where

open import Cfe.Type.Base public