Tutorial by Topics: haskell

Haskell is an advanced purely-functional programming language. Features: Statically typed: Every expression in Haskell has a type which is determined at compile time. Static type checking is the process of verifying the type safety of a program based on analysis of a program's text (source...
What is Template Haskell? Template Haskell refers to the template meta-programming facilities built into GHC Haskell. The paper describing the original implementation can be found here. What are stages? (Or, what is the stage restriction?) Stages refer to when code is executed. Normally, co...

Page 1 of 1