lib/types: Fix coercedTo check
Without this change (coercedTo str toInt int).check "foo" would evaluate to true, even though (coercedTo str toInt int).merge {} [{ value = "foo"; }] will throw an error because "foo" can't be coerced to an int.
parent
85b5fc7c
Please register or sign in to comment