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/Properties.agda | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Cfe/Parse/Properties.agda (limited to 'src/Cfe/Parse/Properties.agda') diff --git a/src/Cfe/Parse/Properties.agda b/src/Cfe/Parse/Properties.agda new file mode 100644 index 0000000..7803f82 --- /dev/null +++ b/src/Cfe/Parse/Properties.agda @@ -0,0 +1,7 @@ +{-# OPTIONS --without-K --safe #-} + +open import Relation.Binary using (Setoid) + +module Cfe.Parse.Properties + {c ℓ} (over : Setoid c ℓ) + where -- cgit v1.2.3