mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
List the imports from GHC.Generics.
This commit is contained in:
parent
a307d0757a
commit
75ed50c574
@ -4,7 +4,7 @@ module AST.Element
|
|||||||
, pattern Prj
|
, pattern Prj
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import GHC.Generics
|
import GHC.Generics ((:+:)(..))
|
||||||
import GHC.TypeLits (ErrorMessage(..), TypeError)
|
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.
|
-- | Projection of an element out of a tree of sums, particularly suitable for use with highly branching (e.g. balanced) trees.
|
||||||
|
Loading…
Reference in New Issue
Block a user