Is there a typed version of sxml?
Its data representation would seem to be fairly easy to specify by a few 
corecursice define-type's.

I's like to get the result of
   (ssax:xml->sxml in '())
as a typed value without having to waste time doing an exhaustive  
run-time type-check on its output.  Because it *will* be OK.
The xml file I'm dealing with is 2564178 bytes.

(I'm glad I have RAM nowadays.  The first Lisp I ever used ran on a 
machine with 20.000 digits of memory (approx 10K in today's units).

Failing anything else I suppose I could define
  (define-type Xml Any)
but that seems kind of feeble.

-- hendrik

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/20200421211829.uo3ikwfwotr6zcf5%40topoi.pooq.com.

Reply via email to