1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 02:58:36 +03:00

List the imports from GHC.Generics.

This commit is contained in:
Rob Rix 2019-10-08 15:20:58 -04:00
parent a307d0757a
commit 75ed50c574
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -4,7 +4,7 @@ module AST.Element
, pattern Prj
) where
import GHC.Generics
import GHC.Generics ((:+:)(..))
import GHC.TypeLits (ErrorMessage(..), TypeError)
-- | Projection of an element out of a tree of sums, particularly suitable for use with highly branching (e.g. balanced) trees.