summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obs.ipkg2
-rw-r--r--src/Core/LogRel.idr (renamed from src/Core/Reducible.idr)2
2 files changed, 2 insertions, 2 deletions
diff --git a/obs.ipkg b/obs.ipkg
index 24aaf08..640f066 100644
--- a/obs.ipkg
+++ b/obs.ipkg
@@ -11,7 +11,7 @@ modules
, Core.Environment
, Core.Environment.Extension
, Core.Generic
- , Core.Reducible
+ , Core.LogRel
, Core.Reduction
, Core.Term
, Core.Term.NormalForm
diff --git a/src/Core/Reducible.idr b/src/Core/LogRel.idr
index 33f7121..34c9138 100644
--- a/src/Core/Reducible.idr
+++ b/src/Core/LogRel.idr
@@ -1,4 +1,4 @@
-module Core.Reducible
+module Core.LogRel
import Core.Declarative
import Core.Environment