diff --git a/core/hash-sets/hash-sets.factor b/core/hash-sets/hash-sets.factor index a00fe06278..178ccf11ea 100644 --- a/core/hash-sets/hash-sets.factor +++ b/core/hash-sets/hash-sets.factor @@ -87,7 +87,7 @@ TUPLE: hash-set PRIVATE> : ( capacity -- hash-set ) - hash-set new [ reset-hash ] keep ; inline + [ 0 0 ] dip hash-set boa ; inline M: hash-set in? key@ 2nip ;