Changes between Version 21 and Version 22 of Proposals/transformers
- Timestamp:
- 11/08/10 23:20:18 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/transformers
v21 v22 113 113 114 114 ''Not in scope: data constructor State'' 115 The {{{State}}} type is now a type synonym. You could replace the {{{State}}} data constructor with the {{{state}}} function from {{{Control.Monad.Trans.State}}} in the {{{transformers}}} package.115 The {{{State}}} type is now a type synonym. You could replace the {{{State}}} data constructor with the {{{state}}} function. 116 116 117 117 ''Not in scope: runState''
