2006-08-02 15:17:13 -04:00
|
|
|
! Copyright (C) 2006 Slava Pestov.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
IN: definitions
|
2006-08-25 00:02:30 -04:00
|
|
|
USING: kernel sequences namespaces errors ;
|
2006-08-02 15:17:13 -04:00
|
|
|
|
|
|
|
GENERIC: see ( defspec -- )
|
|
|
|
|
2006-11-26 22:04:08 -05:00
|
|
|
GENERIC: where ( defspec -- loc )
|
2006-08-02 15:17:13 -04:00
|
|
|
|
|
|
|
GENERIC: subdefs ( defspec -- seq )
|
|
|
|
|
|
|
|
GENERIC: forget ( defspec -- )
|
2006-12-07 22:53:50 -05:00
|
|
|
|
|
|
|
GENERIC: synopsis* ( defspec -- )
|