We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ad65 commit 5a2a682Copy full SHA for 5a2a682
typesafety/test_primitives/test_hkt/test_kindn.yml
@@ -56,4 +56,4 @@
56
def test(arg: KindN[I, T1, T2, T3]):
57
reveal_type(arg.from_result)
58
out: |
59
- main:12: note: Revealed type is 'def [_ValueType, _ErrorType] (inner_value: returns.result.Result[_ValueType`91, _ErrorType`92]) -> returns.primitives.hkt.KindN[I`-1, _ValueType`91, _ErrorType`92, T3`-4]'
+ main:12: note: Revealed type is 'def [_ValueType, _ErrorType] (inner_value: returns.result.Result[_ValueType`755, _ErrorType`756]) -> returns.primitives.hkt.KindN[I`-1, _ValueType`755, _ErrorType`756, T3`-4]'
0 commit comments