From: Alan Pogrebinschi <alan...@gmail.com>
Date: Fri, 10 Aug 2012 16:19:43 -0300
Local: Fri, Aug 10 2012 3:19 pm
Subject: Re: [Idris] "Incomplete term" error
Just writing to report the (ugly) workaround that I found for this.
However, it does seem to be a bug to me. I was writing the VerifiedMonad and VerifiedFunctor typeclasses (you
-- "Incomplete term" error
However, it did work like this:
class Functor f => VerifiedFunctor (f : Set -> Set) where
-- Need this to avoid "Incomplete term" error
I had the same issue with (>>= return) which was fixed similarly.
Regards,
Alan
On Wed, Aug 8, 2012 at 9:31 AM, Alan Pogrebinschi <alan...@gmail.com> wrote:
> Hi,
> I just started playing with Idris and got an error the I could isolate in this short repl session:
> Idris> fmap (+ 5) (Just 1)
> This works fine in ghci. My original error is in a proper idris module, not in the repl.
> I'm using the latest github code.
> Any hint?
> Thanks,
> Alan
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||