background preloader

Haskell

Facebook Twitter

Untitled. This document: wadler/topics/xml.html#algebra 1 Introduction This note presents a possible data model and algebra for an XML query language.

untitled

It should be compared with the alternative proposal [3]. The algebra is derived from the nested relational algebra, which is a widely-used algebra for semi-structured and object-oriented databases. Real World Haskell. Ways to get the middle of a list in Haskell.