[Haskell-cafe] [ghc-proposals/cafe] Partially applied type families
Anthony Clayden
anthony_clayden at clear.net.nz
Sun Jun 4 08:24:03 UTC 2017
Errk, braino!
This:
> data HNil = HNil
> data HList e l = HList e l
Should be:
> data HNil = HNil
> data HCons e l = HCons e l
AntC
More information about the Haskell-Cafe
mailing list