Skip to content

Commit

Permalink
execution: fixed bug with destructors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-p committed Nov 25, 2016
1 parent 5a66f52 commit 27c6466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/code/execution/execution.factor
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ M:: class define ( def -- )
class tuple slots define-tuple-class
name " (constructor)" append path words:create-word dup def register-alt class define-boa-word
name " (destructor)" append path words:create-word dup def register-alt
slots [ " (accessor)" append [ search ] with-interactive-vocabs 1quotation ] map
slots [ ">>" append [ search ] with-interactive-vocabs 1quotation ] map
\ cleave 2array >quotation
name 1array slots <effect> words:define-declared
] def try-definition ;
Expand Down

0 comments on commit 27c6466

Please sign in to comment.