[Haskell-beginners] About ! before a type signature

Song Zhang vxanica at gmail.com
Fri Jun 6 11:23:06 UTC 2014


This is about syntax of Haskell.
I am reading the source code of Yampa. I find that a definition like the
following

data SF' a b where
    SFArr   :: !(DTime -> a -> Transition a b) -> !(FunDesc a b) -> SF' a b


in Yampa.hs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140606/ad03af0c/attachment.html>


More information about the Beginners mailing list