
6 Jun
2014
6 Jun
'14
9:05 a.m.
That declares those fields to be strict. See also
http://www.haskell.org/haskellwiki/Performance/Data_types
On Friday, June 6, 2014, Song Zhang
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.