data.records still in flux upstream
This commit is contained in:
@@ -21,6 +21,9 @@ Design points:
|
||||
* Unsafe functions are prefixed with "unsafe" in separate module.
|
||||
* Compiler agnostic, GHC internal modules are abstracted out into Base.
|
||||
* Compatibility with GHC 8.0.
|
||||
* Includes Semiring for GHC >= 7.6.
|
||||
* Includes Bifunctor for GHC >= 7.6.
|
||||
* Includes Semigroup for GHC >= 7.6.
|
||||
|
||||
Supports:
|
||||
|
||||
|
||||
@@ -56,9 +56,11 @@ import GHC.OverloadedLabels as X (
|
||||
IsLabel(..)
|
||||
)
|
||||
|
||||
{-
|
||||
import GHC.Records as X (
|
||||
HasField(..)
|
||||
)
|
||||
-}
|
||||
|
||||
import Data.Kind as X (
|
||||
type (*)
|
||||
|
||||
Reference in New Issue
Block a user