Merge pull request #323854 from philiptaron/__attrsFailEvaluation/liob.types

lib.types: remove __attrsFailEvaluation
This commit is contained in:
Robert Hensing 2024-07-02 00:24:48 +02:00 committed by GitHub
commit bde5c3d04b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,6 @@ let
outer_types =
rec {
__attrsFailEvaluation = true;
isType = type: x: (x._type or "") == type;
setType = typeName: value: value // {