`data`声明中`!`的含义是什么?

时间:2012-07-17 19:21:24

标签: haskell

  

可能重复:
  What does the exclamation mark mean in a Haskell declaration?

之间有什么区别
data Tree a = Leaf | Bin a !(Tree a) !(Tree a)

data Tree a = Leaf | Bin a (Tree a) (Tree a)

0 个答案:

没有答案