
19 Feb
2013
19 Feb
'13
3:11 p.m.
In C usual way is to set some bit in integer variable by shifting or oring,and than check flag integer variable by anding with particular flag value.What is Haskell way? Thanks.