1module T19 where
2import Data.Word (Word)
3type W = Word
4
5-- >>> default (Word)
6-- >>> :type  +d   40+ 2
7-- 40+ 2 :: Word
8