
11 Jun
2011
11 Jun
'11
7:56 p.m.
On Sat, Jun 11, 2011 at 4:21 PM, Alexander Solla
_symmetry :: (a, a) -> (a, a) _joinOn :: (Ord a) => (a,a) -> Set (a,a) -> Set (a,a)
A note on style: we use variables starting with an underline "_" just when they are not used. This kind of use is confusing. Cheers! -- Felipe.