Sciweavers

283 search results - page 1 / 57
» Functional Pearls: Probabilistic functional programming in H...
Sort
View
68
Voted
JFP
2006
59views more  JFP 2006»
14 years 9 months ago
Functional Pearls: Probabilistic functional programming in Haskell
Martin Erwig, Steve Kollmansberger
ICFP
2005
ACM
15 years 9 months ago
Scrap your nameplate: (functional pearl)
Recent research has shown how boilerplate code, or repetitive code for traversing datatypes, can be eliminated using generic programming techniques already available within some i...
James Cheney
85
Voted
GI
2009
Springer
15 years 2 months ago
Reinventing Haskell Backtracking
: Almost ten years ago, Ralf Hinze has written a functional pearl on how to derive backtracking functionality for the purely functional programming language Haskell. In these notes...
Sebastian Fischer
ICFP
2004
ACM
15 years 9 months ago
Generics for the masses
A generic function is a function that can be instantiated on many data types to obtain data type specific functionality. Examples of generic functions are the functions that can b...
Ralf Hinze
POPL
2009
ACM
15 years 10 months ago
Bidirectionalization for free! (Pearl)
A bidirectional transformation consists of a function get that takes a source (document or value) to a view and a function put that takes an updated view and the original source b...
Janis Voigtländer