aeson-tiled-0.0.2.2: Aeson instances for the Tiled map editor.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Tiled.Map.IO

Documentation

newtype MapError Source #

Constructors

MapError Text 

Instances

Instances details
Exception MapError Source # 
Instance details

Defined in Codec.Tiled.Map.IO

Show MapError Source # 
Instance details

Defined in Codec.Tiled.Map.IO

Eq MapError Source # 
Instance details

Defined in Codec.Tiled.Map.IO

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