Uh oh!
There was an error while loading. Please reload this page.
Conversation
brson
commented
Feb 12, 2014
I don't know when this type became 'unit' but I guess it's done. |
eddyb
commented
Feb 12, 2014
Should probably replace the multitude of |
crazymykl
commented
Feb 12, 2014
Having |
huonw
commented
Feb 12, 2014
And your typo there is more evidence. :) I agree with @crazymykl, I think this should get more discussion. |
lilyball
commented
Feb 12, 2014
The type theory name for this type is the Unit type, so naming it |
crazymykl
commented
Feb 13, 2014
Maybe it should be preferred to write |
According to kimundi on IRC, the current term for `()` is 'unit'. This commit updates tutorial.md to change 'nil' to 'unit' where `()` is described.
…71, r=blyxyas Add regression ui test for rust-lang#2371Fixesrust-lang#2371. rust-lang#2371 seems to already be handled correctly in the lint. This PR adds a ui regression test so we can close it. r? `@blyxyas` changelog: Add regression ui test for rust-lang#2371
According to kimundi on IRC, the current term for
()is 'unit'. This commit updates tutorial.md to change 'nil' to 'unit' where()is described.