From 49b19890e06a56252493d7991aadb6841eef62a0 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 22 Jun 2010 22:29:24 -0400 Subject: [PATCH] stack-checker.row-polymorphism: minor cleanup --- basis/stack-checker/row-polymorphism/row-polymorphism.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/stack-checker/row-polymorphism/row-polymorphism.factor b/basis/stack-checker/row-polymorphism/row-polymorphism.factor index f7419b116d..38b25bf3f8 100644 --- a/basis/stack-checker/row-polymorphism/row-polymorphism.factor +++ b/basis/stack-checker/row-polymorphism/row-polymorphism.factor @@ -16,8 +16,8 @@ IN: stack-checker.row-polymorphism :: (effect-here) ( inner-d old-meta-d-length old-input-count -- effect ) old-meta-d-length inner-d - input-count get old-input-count - + - terminated? get [ 0 ] [ meta-d length inner-d - ] if - [ "x" ] bi@ terminated? get ; inline + terminated? get [ [ 0 ] [ meta-d length inner-d - ] if [ "x" ] bi@ ] keep + ; inline : with-effect-here ( quot -- effect ) meta-d length input-count get