]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sets/sets.factor
disambiguate namespaces:set and sets:set.
[factor.git] / core / sets / sets.factor
index 2614a5287c9df99fa2a8d1bde7801c41c670dc45..0417930e3cb6d6962767e7332ae5a81c1b722311 100644 (file)
@@ -3,6 +3,7 @@
 USING: assocs hashtables kernel math sequences vectors ;
 IN: sets
 
+! Set protocol
 MIXIN: set
 
 GENERIC: adjoin ( elt set -- )