-
Notifications
You must be signed in to change notification settings - Fork 486
Open
Labels
ErrorsGood first issueLow priorityDoesn't require immediate attentionDoesn't require immediate attentionPlinth PluginUser experiencestatus: triaged
Description
data Foo a where
Foo1 :: Integer -> Foo String
Foo2 :: Bool -> Foo Int
foo :: Foo String -> Bool
foo (Foo1 x) = x PlutusTx.== 42
{-# INLINABLE foo #-}
Compiling foo
leads to the following error:
Error: Unsupported feature: Kind: forall k0 k1.
k0 -> k1 -> GHC.Prim.CONSTRAINT GHC.Types.ZeroBitRep
which is not very informative.
Metadata
Metadata
Assignees
Labels
ErrorsGood first issueLow priorityDoesn't require immediate attentionDoesn't require immediate attentionPlinth PluginUser experiencestatus: triaged