Closed rupertlssmith closed 6 years ago
The Align type is perhaps not so suitable for using a Maybe as it would be of type 'Maybe (Scale, Scale)'.
Other types that could be represented by Maybe do not have their empty case described so well by the word 'Nothing'. For example: DurationIndefinite, OpacityInherit and so on.
There are some custom types in TypedSvg.Types which have the same form as 'Maybe a', for example:
It would be better to use Maybe for optional values like this.