AFlyingCar / HoI4-Mod-Development-Tool

A tool which takes BMP files as input and normalizes them to a format which can be read by Hearts of Iron 4.
MIT License
5 stars 2 forks source link

Simplify Usage of MonadOptional #116

Open AFlyingCar opened 1 year ago

AFlyingCar commented 1 year ago

MonadOptional as a class name is very verbose. This is fine for the class definition, but it should have a type alias to shorten the name so it is easier to use.