Skip to main content

Home/ Arquitectura?/ Group items tagged haskell

Rss Feed Group items tagged

Pablo Lalloni

Typeclassopedia - HaskellWiki - 0 views

  •  
    "The goal of this document is to serve as a starting point for the student of Haskell wishing to gain a firm grasp of its standard type classes. The essentials of each type class are introduced, with examples, commentary, and extensive references for further reading."
Pablo Lalloni

Functional Dependencies in Scala | Chuusai - 0 views

  •  
    Functional dependencies are a near-standard extension to Haskell (present in GHC and elsewhere) which allow constraints on the type parameters of type classes to be expressed and then enforced by the compiler.
Pablo Lalloni

Scalex | Scala documentation search engine - 0 views

  •  
    Scaladoc Index Much like Hoogle for Haskell, Scalex lets you find Scala functions quickly. Names and Types Searches can be either textual (a list of words), or by type (a type signature) or both. A search is considered a text search unless it contains a combination of text and symbols, or if it starts with :. To search for both a type and a name, place a : between them, for example size: List[A] => Int Example queries map Search for the text map list map Search for the text list and the text map list[a] => (a => boolean) => list[a] Search for the type List[A] => (A => Boolean) => List[A] : list[a] => a Search for the type List[A] => A conserve: List[a] => (a => b) => List[b] Search for the text conserve and the type List[A] => (A => B) => List[B]
Sebastián Zaffarano

A Big List of Interesting Programming Books Released in 2011 - 2 views

  •  
    Haskell: The Craft of Functional Programming (3rd Edition)
  •  
    Tengo ediciones anteriores, pero la 3a no la conseguí. Si la tenés, la quiero!
Pablo Lalloni

learning Scalaz - 1 views

  •  
    Libro en formato HTML5 que presenta una intro accesible a scalaz usando como modelo y temario el gran LYAHFGG.
1 - 7 of 7
Showing 20 items per page