emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
640 stars 26 forks source link

Add reader for bool-vector type #229

Open wtianyi opened 1 month ago

wtianyi commented 1 month ago

Fix #228

The :begin and :end slots of each boolean element is uniformly set to the beginning and end of the byte-compiled bool vector representation. I'm not sure whether this is the most proper decision, nor am I aware of the implications (i.e. the actual usage of these two slots for bool-vector elements).