Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Haskell School of Expression #14

Open
freizl opened this issue Jan 1, 2014 · 1 comment
Open

The Haskell School of Expression #14

freizl opened this issue Jan 1, 2014 · 1 comment
Labels

Comments

@freizl
Copy link
Owner

freizl commented Jan 1, 2014

No description provided.

@freizl
Copy link
Owner Author

freizl commented Jan 1, 2014

Chapter 1

  • In Haskell, the objects that we perform calculations on are called expressions,
    and the objects that result from a calculation are called values.
    It is helpful to think of a value just as expression on which no more calculation can be carried out.
  • You can think of types as set of expressions (or values) in which
    members of same set have much in common.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant