Reminder to add optimizations for extflonums.

This commit is contained in:
Vincent St-Amour 2014-04-22 16:45:48 -04:00
parent cfa3d1b733
commit 1d50afca0c

View File

@ -38,6 +38,7 @@
(pattern :number-opt-expr)
(pattern :fixnum-opt-expr)
(pattern :float-opt-expr)
;; TODO add optimizations for extflonums. should be easy (like structs), if it typechecks, it's the right type
(pattern :float-complex-opt-expr)
(pattern :vector-opt-expr)
(pattern :string-opt-expr)