summaryrefslogtreecommitdiff
path: root/backends/lean/Base/Primitives/Alloc.lean
diff options
context:
space:
mode:
authorSon HO2024-04-12 19:21:29 +0200
committerGitHub2024-04-12 19:21:29 +0200
commit67eaff0b90d693c86d9848cbf598e7c86caba4c4 (patch)
treec3b5975b5880e93a96d412d7aca893eda42ea860 /backends/lean/Base/Primitives/Alloc.lean
parent03a175b423c9ccff2160300c4d349978f9b1aeb9 (diff)
parent43ff0300e97ad275fa9b62e89577c754f12e3aa3 (diff)
Merge pull request #124 from AeneasVerif/son/lean1
Add more definitions to the Lean library
Diffstat (limited to '')
-rw-r--r--backends/lean/Base/Primitives/Alloc.lean2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/lean/Base/Primitives/Alloc.lean b/backends/lean/Base/Primitives/Alloc.lean
index 15fe1ff9..1b15d36d 100644
--- a/backends/lean/Base/Primitives/Alloc.lean
+++ b/backends/lean/Base/Primitives/Alloc.lean
@@ -1,6 +1,6 @@
import Lean
import Base.Primitives.Base
-import Base.Primitives.CoreOps
+import Base.Primitives.Core
open Primitives
open Result