Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data AnnotatedId id = AnnotatedId {
- ann_pid :: PackageId
- ann_cname :: ComponentName
- ann_id :: id
Documentation
data AnnotatedId id Source #
An AnnotatedId
is a ComponentId
, UnitId
, etc.
which is annotated with some other useful information
that is useful for printing to users, etc.
AnnotatedId | |
|
Functor AnnotatedId # | |
Show id => Show (AnnotatedId id) # | |
Package (AnnotatedId id) # | |