aeson-tiled-0.0.2.1: Aeson instances for the Tiled map editor.
Safe HaskellNone
LanguageHaskell2010

Codec.Tiled.Map.IO

Documentation

newtype MapError Source #

Constructors

MapError Text 

Instances

Instances details
Eq MapError Source # 
Instance details

Defined in Codec.Tiled.Map.IO

Show MapError Source # 
Instance details

Defined in Codec.Tiled.Map.IO

Exception MapError Source # 
Instance details

Defined in Codec.Tiled.Map.IO

writeFile :: MonadIO m => FilePath -> Map -> m () Source #