You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pollen/tools.rkt

11 lines
260 B
Racket

#lang racket/base
(require racket/list "debug.rkt" "predicates.rkt")
(provide (all-defined-out)
(all-from-out racket/list "debug.rkt" "predicates.rkt"))
(require xml racket/string)
(define (html->xexpr . xs)
(string->xexpr (string-join xs "")))