summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2023-04-23 14:06:18 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2023-04-23 14:06:18 +0100
commitc965633202f011b552f617250337e6220e20e2d7 (patch)
treeea0f3b29335deda748aed8a8d14e63246e56d207
parent670d31407bec15c9af63a04ff49db93723ef9ef3 (diff)
Rename for clarity.
-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