emacs-elsa / Elsa

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

Add types for some predefined symbols used in `org-get-at-bol` #131

Open Fuco1 opened 5 years ago

Fuco1 commented 5 years ago

Org uses a bunch of standard symbols such as

(org-get-at-bol 'duration)
(org-get-at-bol 'time-of-day)

We can properly analyze these and set the return type of the expressions.