Changes between Version 2 and Version 3 of Language/Variables
- Timestamp:
- 06/24/09 10:43:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/Variables
v2 v3 34 34 ||The a in ||forall a. a -> a|| has kind *|| and is in name space * (value types)|| 35 35 ||The m in ||forall (m :: * -> *). ... || has kind (* -> *) || and is in name space * (value types)|| 36 ||The constructor|| Read|| has kind (% -> !)|| and is in name space ! (effects)||36 ||The constructor||!Read|| has kind (% -> !)|| and is in name space ! (effects)|| 37 37 ||The variable||%r1||has kind %||and is in name space % (regions)|| 38 38
