diff options
Diffstat (limited to 'src/Cfe/Parse.agda')
-rw-r--r-- | src/Cfe/Parse.agda | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Cfe/Parse.agda b/src/Cfe/Parse.agda deleted file mode 100644 index 29b94fe..0000000 --- a/src/Cfe/Parse.agda +++ /dev/null @@ -1,10 +0,0 @@ -{-# 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 |