otherwise is:exact package:base set:included-with-ghc

otherwise is defined as the value True. It helps to make guards more readable. eg.
f x | x < 0     = ...
| otherwise = ...