chore: remove #exit

This commit is contained in:
Leonardo de Moura 2020-02-24 19:32:57 -08:00
parent f84e1c2fbd
commit 191bfcddc1

View file

@ -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