Changes between Version 6 and Version 7 of Language/VersusHaskell
- Timestamp:
- 06/17/10 02:26:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/VersusHaskell
v6 v7 3 3 = Disciple vs Haskell = 4 4 5 These are some of thesyntactic differences that tend to trip up Haskell programmers when they first start with Disciple.5 These are some syntactic differences that tend to trip up Haskell programmers when they first start with Disciple. 6 6 7 7 * Disciple uses strict / call-by-value as the default evaluation order. This implies that bindings in let and where expressions must be written in dependency order. For example, you can write:
