chore: remove #exit
This commit is contained in:
parent
f84e1c2fbd
commit
191bfcddc1
1 changed files with 0 additions and 2 deletions
|
|
@ -88,8 +88,6 @@ unsafe def ObjectPersistentSet.find? (s : ObjectPersistentSet) (o : Object) : Op
|
|||
unsafe def ObjectPersistentSet.insert (s : ObjectPersistentSet) (o : Object) : ObjectPersistentSet :=
|
||||
@PersistentHashSet.insert Object ⟨Object.eq⟩ ⟨Object.hash⟩ s o
|
||||
|
||||
#exit -- REMOVE after update stage0
|
||||
|
||||
/- Internally `State` is implemented as a pair `ObjectMap` and `ObjectSet` -/
|
||||
constant StatePointed : PointedType := arbitrary _
|
||||
abbrev State : Type := StatePointed.type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue