On Monday, June 15, 2015, Shishir Srivastava <shishir.srivastava@gmail.com> wrote:
Hi,The Data.Complex package defines the new data type 'Complex' as----------data Complex a = !a :+ !a-------Where ':+' is an infix operator. I don't however understand the usage of '!' in front of the type variable 'a'. What exactly is the purpose of '!' ?