This repository has been archived by the owner. It is now read-only.
Does connections function return {connection} or [connection]? #136
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As part of the let assignment Resolute thinks the value is to be {connection}
As part of the comparison the value is [connection]
In the example below we get an error message when defining the variable type for list 2 as [connection]
In the comparison comparing against {} returns false while comparing against [] returns true, i.e., the value is a list.
The text was updated successfully, but these errors were encountered: