summaryrefslogtreecommitdiff
path: root/src/Cfe/Judgement.agda
blob: 370f73464d71cd227b6a9dedf326e11213879d82 (plain)
1
2
3
4
5
6
7
8
9
10
{-# 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
open import Cfe.Judgement.Properties over public