[Haskell-cafe] Looking for feedback on my attempt at a tree construction edsl

Stephen Tetley stephen.tetley at gmail.com
Wed Mar 23 09:18:24 CET 2011


A shallow embedding would typically use just functions - a famous
example is Paul Hudak's "region server". A deep embedding would build
syntax - represented with data types - and interpret the syntax or
compile the syntax for another use (so called "off-shoring" e.g. Conal
Elliott's Pan).



More information about the Haskell-Cafe mailing list