diff --git a/src/Relation/Nullary/Recomputable.agda b/src/Relation/Nullary/Recomputable.agda index 921ca29ca2..41c0bee5e8 100644 --- a/src/Relation/Nullary/Recomputable.agda +++ b/src/Relation/Nullary/Recomputable.agda @@ -6,7 +6,7 @@ {-# OPTIONS --cubical-compatible --safe #-} -module Relation.Nullary.RecomputableNEW where +module Relation.Nullary.Recomputable where open import Agda.Builtin.Equality using (_≡_; refl) open import Data.Empty using (⊥)