The Pan# User Manual
top | back | next

7  Pan# For Haskell Programmers

One way to look at Pan is that it is a simplified implementation of Haskell. This section gives experienced Haskell programmers a quick overview of Pan.

Pan# does not allow new user-defined data types, only type synonyms. Only tuples are available for data structuring. Operations cannot be overloaded.

7.1  Haskell Features Missing in Pan#

7.2  Extensions / Incompatibilities

Pan# extends Haskell in a number of ways. These extensions include:


The Pan# User Manual
top | back | next |
March, 2004