CLASSThis extension provides basic language support for CLASS, a session-typed, higher-order, core language that supports concurrent computation with shared linear state, and which is described in detail in the linked paper. Authors: Ricardo Antunes Release Notes1.6.0Fix 1.5.0Added the basic primitive types. 1.4.1Support variables in 1.4.0Added the 1.3.0Added most of affine and shared state features of CLASS (and some other things), along with the new arrow and let syntax. 1.2.0Added the 1.1.1Fixed include statement syntax. 1.1.0Added support for unfold and include statements. 1.0.0Initial release, containing basic support for most features of the language. |