From da35892c463cd6b9a492c6aee09726a41031ca93 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Mon, 29 Mar 2021 15:56:46 +0100 Subject: Rename parse to derivation. --- src/Cfe/Derivation.agda | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Cfe/Derivation.agda (limited to 'src/Cfe/Derivation.agda') diff --git a/src/Cfe/Derivation.agda b/src/Cfe/Derivation.agda new file mode 100644 index 0000000..4d54f8f --- /dev/null +++ b/src/Cfe/Derivation.agda @@ -0,0 +1,10 @@ +{-# OPTIONS --without-K --safe #-} + +open import Relation.Binary using (Setoid) + +module Cfe.Derivation + {c ℓ} (over : Setoid c ℓ) + where + +open import Cfe.Derivation.Base over public +open import Cfe.Derivation.Properties over public -- cgit v1.2.3