]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/variants/variants.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / extra / variants / variants.factor
index 998fc19c850e83188c00989856750b4310fc8b92..b153e649aa2d4e7aaf59abb6b3f78bb39bcac75d 100644 (file)
@@ -55,7 +55,7 @@ SYNTAX: VARIANT-MEMBER:
 MACRO: unboa ( class -- quot )
     <wrapper> \ boa [ ] 2sequence [undo] ;
 
-GENERIC# (match-branch) 1 ( class quot -- class quot' )
+GENERIC#: (match-branch) 1 ( class quot -- class quot' )
 
 M: singleton-class (match-branch)
     \ drop prefix ;