You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I struggled to unify the types of two expressions.
[aiken::check::type_mismatch]
2. I am inferring the following type:
(Address, Value, Datum, List<Input>)
but I found an expression with a different type:
(Address, Value, Datum, List<Input>)
Either, add type-annotation to improve my inference, or adjust the expression to have the expected type.
The above could definitely be more helpful.
Its not using my use .../types as t alias. The first of the Datums should be t.Datum.
What Git revision are you using?
#1094
a nix patch on latest release v1.1.11
What operating system are you using, and which version?
nixos
Describe what the problem is?
I tried
and it said
Also, a reoccurance of the LSP suggesting you pull in
Script
fromcrypto
rather thanaddress
.Think its trying to be too clever?
What should be the expected behavior?
I'm tired ... but this looks super odd.
The text was updated successfully, but these errors were encountered: