diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-23 14:06:18 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2023-04-23 14:06:18 +0100 |
commit | c965633202f011b552f617250337e6220e20e2d7 (patch) | |
tree | ea0f3b29335deda748aed8a8d14e63246e56d207 | |
parent | 670d31407bec15c9af63a04ff49db93723ef9ef3 (diff) |
Rename for clarity.
-rw-r--r-- | obs.ipkg | 2 | ||||
-rw-r--r-- | src/Core/LogRel.idr (renamed from src/Core/Reducible.idr) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |