| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Tiled.Tileset.IO
Documentation
newtype TilesetError Source #
Constructors
| TilesetError Text |
Instances
| Exception TilesetError Source # | |
Defined in Codec.Tiled.Tileset.IO Methods toException :: TilesetError -> SomeException # fromException :: SomeException -> Maybe TilesetError # displayException :: TilesetError -> String # | |
| Show TilesetError Source # | |
Defined in Codec.Tiled.Tileset.IO Methods showsPrec :: Int -> TilesetError -> ShowS # show :: TilesetError -> String # showList :: [TilesetError] -> ShowS # | |
| Eq TilesetError Source # | |
Defined in Codec.Tiled.Tileset.IO | |