compiler.tree.propagation.constraints: fix a harmless typo

master
Alexander Iljin 2020-02-09 15:49:19 +01:00 committed by John Benediktsson
parent a2978c8cb9
commit 894571c484
1 changed files with 1 additions and 1 deletions

View File

@ -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 <class-info> swap value>> refine-value-info ]