j
k
j a
j l
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 "}"
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?
Back to the thread
Back to the list