functors: C: is arity 2, no stack effects.

locals-and-roots
Doug Coleman 2016-06-27 20:50:57 -07:00
parent d728f9342f
commit 03a78f06e3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ WHERE
TUPLE: B { value T } ;
C: <B> B ( T -- B ) ;
C: <B> B ;
FUNCTOR>