#310750 (-1/15) ↑Funny ↓Boring ⚐Flag <Tuplanolla> This might be a silly question, but could there be a substitute for seq?
<jmcarthur> Tuplanolla: substitute seq how?
<Tuplanolla> Perhaps another mechanism to control strictness locally.
<jmcarthur> what do you mean?
<monochrom> $! is a substitute for seq
<jmcarthur> do you have something specific in mind?
<monochrom> "data X = !Int" is a substitue for seq
<Tuplanolla> No. I was thinking about other languages.
<monochrom> err, "data X = Ctor !Int"
<monochrom> Haskell is a substitute for other languagesComment: #haskell
|