j
k
j a
j l
On 1/15/07, Jim Apple wrote:
data OK' (x :: *) where OK' :: OK' x type Fine' = OK' Maybe type Evil' = OK' (forall (f :: *) . f)
data OK' (x :: *) where OK' :: OK' x
type Fine' = OK' Maybe type Evil' = OK' (forall (f :: *) . f)
Correction: that Maybe should obviously be something of kind *, like Bool. Jim
Back to the thread
Back to the list