Document Enum instance for Fixed
The Enum instance for Fixed is a bit surprising, because succ is generally not (+1). See this SO question. Its behavior should be documented.
Edited by David Feuer
The Enum instance for Fixed is a bit surprising, because succ is generally not (+1). See this SO question. Its behavior should be documented.