[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No variables available for parameterised types
- Subject: Re: No variables available for parameterised types
- From: Chris Warburton
- Date: Thu, 27 Jul 2017 13:52:56 +0100
- In-reply-to: <d7b518eda6e0cc84-0-artemis@nixos>
- References: <d7b518eda6e0cc84-0-artemis@nixos>
Looks like we just need to add the `mkIfCxtInstances ''F.Enumerable`
line suggested above.
Adding this to our "check we have Arbitrary instances" test makes it
pass. Now we just have to add it to the actual Haskell code generator.