$A=\{\langle M \rangle \mid M \text{ is a turing machine and }|L(M)|\geq3\}$
Since Recursive enumerable languages are turing enumerable, so listing of all strings of the language in finite time is possible. Then deciding whether cardinality is greater than 3 should be decidable. But the material that i have been studying says it is partially decidable. Which one is right?