summaryrefslogtreecommitdiff
path: root/src
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 /src
parent670d31407bec15c9af63a04ff49db93723ef9ef3 (diff)
Rename for clarity.
Diffstat (limited to 'src')
-rw-r--r--src/Core/LogRel.idr (renamed from src/Core/Reducible.idr)2
1 files changed, 1 insertions, 1 deletions
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