[jhc] Is there a working example of type families usage?

Henning Thielemann jhc at henning-thielemann.de
Tue Apr 21 19:02:28 UTC 2015


On Tue, 21 Apr 2015, Artyom wrote:

> I tried this:
> 
> {-# LANGUAGE TypeFamilies #-}
> 
> class C x where
>   type A x
> 
> It fails with this error:
> 
> Temp/jhc1.hs:4   - Error: parse error at "}"


Does JHC already support type families?


More information about the jhc mailing list