| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ribosome.Data.Mapping
Documentation
newtype MappingIdent Source #
Constructors
| MappingIdent Text |
Instances
| Eq MappingIdent Source # | |
Defined in Ribosome.Data.Mapping | |
| Show MappingIdent Source # | |
Defined in Ribosome.Data.Mapping Methods showsPrec :: Int -> MappingIdent -> ShowS # show :: MappingIdent -> String # showList :: [MappingIdent] -> ShowS # | |
Constructors
| Mapping | |
Fields
| |
Instances
data MappingError Source #
Constructors
| NoSuchMapping MappingIdent | |
| InvalidArgs [Object] |
Instances
| Eq MappingError Source # | |
Defined in Ribosome.Data.Mapping | |
| Show MappingError Source # | |
Defined in Ribosome.Data.Mapping Methods showsPrec :: Int -> MappingError -> ShowS # show :: MappingError -> String # showList :: [MappingError] -> ShowS # | |
| ReportError MappingError Source # | |
Defined in Ribosome.Data.Mapping Methods | |
| DeepPrisms MappingError MappingError Source # | |
Defined in Ribosome.Data.Mapping Methods | |
| DeepPrisms RiboError MappingError | |
Defined in Ribosome.Data.RiboError Methods | |