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

open import Relation.Binary using (Setoid)

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

open import Cfe.Judgement.Base over public