03-12-22: 

Add :-. hack to bvarparse, so that ((x 5) :-. (y !()) - (Lst Symbol))
will do the right thing.  Or maybe -. ?  Or :-* ? Or - *?

03.04.27:

What files of module lisplang need to be present at run time? 
+no-val-specified+ must be defined in one of them.

03.04.19:

It's surely wrong for 'high-fcn-apply' to call
'tyfun-alspec-args-resolve', because the latter assumes that the args
are type designators.

03.03.22:

undo-stacks are not managed properly if an error is thrown to a
'collecting-defective-exps'.  

03.01.27:

Should Float still mean single-float?

03.01.18:

Typed-dialect-data (defined in typetrans) must contain a function of
two arguments: the symbol to be handled, and its position.  Normally
the position is the car of some form, but in Lisp it can also be a
symbol macro. [moot; function now takes whole form]

