Hi Factor-talk,

I have a problem with a factor vocabulary that I am trying to write.
The problem can be boiled down to the following:

USING: kernel sequences arrays math prettyprint namespaces ;
IN: core

TUPLE: Foo a b ;
: seta ( foo a -- foo ) >>a ;


When I try to load it from the Listener ( USE: core ), I get the following
error message:

resource:work/core/core.factor

7: : seta ( foo a -- foo ) >>a ;
                              ^
No word named “>>a” found in current vocabulary search path


Can anyone tell me what I am doing wrong? :)


Kind regards,
Bjarke
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to