From c67134fc5cb9e338cb397df029e5528d469771d4 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Sat, 27 Mar 2021 15:04:30 +0000 Subject: Introduce derivations. --- src/Cfe/Parse.agda | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Cfe/Parse.agda (limited to 'src/Cfe/Parse.agda') diff --git a/src/Cfe/Parse.agda b/src/Cfe/Parse.agda new file mode 100644 index 0000000..29b94fe --- /dev/null +++ b/src/Cfe/Parse.agda @@ -0,0 +1,10 @@ +{-# OPTIONS --without-K --safe #-} + +open import Relation.Binary using (Setoid) + +module Cfe.Parse + {c ℓ} (over : Setoid c ℓ) + where + +open import Cfe.Parse.Base over public +open import Cfe.Parse.Properties over public -- cgit v1.2.3