summaryrefslogtreecommitdiff
path: root/backends/lean/Base/Primitives/Range.lean
diff options
context:
space:
mode:
authorSon Ho2023-10-25 18:44:28 +0200
committerSon Ho2023-10-25 18:44:28 +0200
commit81b7a7d706bc1a0f2f57bc254a8af158039a10cf (patch)
tree64ac32b95e61f12d54be54827a3efc66f829106f /backends/lean/Base/Primitives/Range.lean
parent862c6f939b001e4fe0556cc73af71210e7b96ea2 (diff)
Make the hashmap files typecheck again in Lean
Diffstat (limited to 'backends/lean/Base/Primitives/Range.lean')
-rw-r--r--backends/lean/Base/Primitives/Range.lean2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/lean/Base/Primitives/Range.lean b/backends/lean/Base/Primitives/Range.lean
index 26cbee42..a268bcba 100644
--- a/backends/lean/Base/Primitives/Range.lean
+++ b/backends/lean/Base/Primitives/Range.lean
@@ -11,7 +11,7 @@ import Base.Progress.Base
namespace Primitives
-structure Range (α : Type u) where
+structure core.ops.range.Range (α : Type u) where
mk ::
start: α
end_: α