Handbook
Glossary
pprint-cuda-function ( word quot -- )
Vocabulary
cuda
.
prettyprint
Inputs
word
an
object
quot
an
object
Outputs
None
Definition
USING:
accessors
alien.prettyprint
effects
kernel
prettyprint.sections
sequences
;
IN:
cuda.prettyprint
:
pprint-cuda-function
( word quot -- )
[
<block
"("
text
[
def>>
third
]
[
stack-effect
in>>
]
bi
pprint-function-args
")"
text
block>
]
bi
;
inline