diff --git a/basis/alien/prettyprint/prettyprint.factor b/basis/alien/prettyprint/prettyprint.factor index 8ba1328..e7cb55b 100644 --- a/basis/alien/prettyprint/prettyprint.factor +++ b/basis/alien/prettyprint/prettyprint.factor @@ -102,11 +102,12 @@ M: alien-callback-type-word synopsis* [ seeing-word ] [ "callback-library" word-prop pprint-library ] [ definer. ] - [ def>> first pprint-c-type ] + [ def>> first first pprint-c-type ] [ pprint-word ] [ > second ] [ "callback-effect" word-prop in>> ] bi + [ def>> first second ] + [ "callback-effect" word-prop in>> ] bi pprint-function-args ")" text block> ]