j
k
j a
j l
Why not: data Value = forall a . Typeable a => V a type STValue s = STRef Value
Why not:
data Value = forall a . Typeable a => V a
type STValue s = STRef Value
This should be: type STValue s = STRef s Value Antoine
Back to the thread
Back to the list