【发布时间】:2010-04-13 19:24:23
【问题描述】:
可能重复:
What does the exclamation mark mean in a Haskell declaration?
在 Alex 中生成的样板代码包括
data AlexPosn = AlexPn !Int -- absolute character offset
!Int -- line number
!Int -- column number
是什么!前面的 Int 表示?
【问题讨论】:
标签: haskell