fix: typo Prop => Type
This commit is contained in:
parent
684554e979
commit
0f8b59eed7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ k (ptrAddrUnsafe a)
|
|||
@[inline] unsafe def withPtrEqUnsafe {α : Type u} (a b : α) (k : Unit → Bool) (h : a = b → k () = true) : Bool :=
|
||||
if ptrAddrUnsafe a == ptrAddrUnsafe b then true else k ()
|
||||
|
||||
inductive PtrEqResult {α : Type u} (x y : α) : Prop
|
||||
inductive PtrEqResult {α : Type u} (x y : α) : Type
|
||||
| unknown {} : PtrEqResult
|
||||
| yes (h : x = y) : PtrEqResult
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue