Files
nixpkgs/lib
Silvan Mosberger ef8996f15e 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.
2018-05-06 23:58:36 +02:00
..
2017-09-16 21:36:43 -04:00
2017-09-16 21:36:43 -04:00
2017-09-16 21:36:43 -04:00
2018-03-24 22:04:25 -07:00
2017-08-22 13:28:55 +03:00
2018-05-06 23:58:36 +02:00
2018-03-04 06:28:34 -08:00