HaskellのBangパターン
正格評価
で
All About Strictness - FP Block
code:haskell
{-# LANGUAGE BangPatterns
#-}
#あとで読む
#Haskell