Open nikivazou opened 9 years ago
This check is supposed to handle that:
Ah, of course, it's only checking for synonyms. Should be expanded to normal tycons as well.
I see! Yes, let's expand it to normal ty cons! On Aug 28, 2015 5:32 PM, "Michael Smith" notifications@github.com wrote:
Ah, of course, it's only checking for synonyms. Should be expanded to normal tycons as well.
— Reply to this email directly or view it on GitHub https://github.com/ucsd-progsys/liquidhaskell/issues/438#issuecomment-135921452 .
There is no check of well formedness on type constructors. See the following BadArguments.hs
where
List
is given 2 arguments instead of 1 without LiquidHaskell giving any error.