Changes between Version 8 and Version 9 of Commentary/Compiler/StgSynType
- Timestamp:
- 07/28/12 15:00:39 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/StgSynType
v8 v9 8 8 9 9 The best way to think of STG is as special form of [wiki:Commentary/Compiler/CoreSynType Core]. Specifically, the differences are these (see [[GhcFile(compiler/stgSyn/StgSyn.lhs)]]): 10 * Function sarguments are atoms (literals or variables), of type {{{StgArg}}}.10 * Function arguments are atoms (literals or variables), of type {{{StgArg}}}. 11 11 * The right hand side of a let-binding, {{{StgRhs}}}, is either 12 12 * `StgRhsCon`: a constructor application, or
