corollary icon indicating copy to clipboard operation
corollary copied to clipboard

`const ()`

Open tcr opened this issue 8 years ago • 2 comments

What is this?

IntMap.fromSet (const ())

tcr avatar May 23 '17 04:05 tcr

Only used once, but it basically means an empty int set. (const returns a function which only returns the bound argument, i.e. ()).

tcr avatar May 24 '17 03:05 tcr

const True and const False are used elsewhere also.

tcr avatar May 30 '17 23:05 tcr