From 894571c484c0b344f6a6ccafcfa9d914794f1555 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Sun, 9 Feb 2020 15:49:19 +0100 Subject: [PATCH] compiler.tree.propagation.constraints: fix a harmless typo --- basis/compiler/tree/propagation/constraints/constraints.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/tree/propagation/constraints/constraints.factor b/basis/compiler/tree/propagation/constraints/constraints.factor index 3814973e87..d44942e77b 100644 --- a/basis/compiler/tree/propagation/constraints/constraints.factor +++ b/basis/compiler/tree/propagation/constraints/constraints.factor @@ -34,7 +34,7 @@ M: true-constraint satisfied? TUPLE: false-constraint value ; -: =f ( value -- constriant ) resolve-copy false-constraint boa ; +: =f ( value -- constraint ) resolve-copy false-constraint boa ; M: false-constraint assume* [ \ f swap value>> refine-value-info ]