coerce関数
hackage
coerce :: Coercible a b => a -> b
Coercible型クラス
を使った、
Coercible a b
の制約が満たされた時に、
a
から
b
へ、安全に、実行時オーバーヘッドなく変換できる