Please enable JavaScript.
Coggle requires JavaScript to display documents.
Haskell (Lazy (Consequences (It's easy to define new Control Structure…
Haskell
-
-
Functional
Functions are first-class. Functions are values which can be used in exactly the same ways as any other sort of value
-
-
Every haskell expression has type, and types are all checked at compile-time