etaoins / llambda

Scheme R7RS frontend for LLVM
Other
69 stars 6 forks source link

Rename the "unspecific" value to "unit" #7

Closed etaoins closed 10 years ago

etaoins commented 10 years ago

The references to unspecific values in R7RS are conceptually similar to unit values in other languages (Haskell, ML, Scala, etc). The current name of "unspecific" is a side effect of the language in the Scheme report and not very clear for outside developers.

Rename the type to and the value to #!unit