add "type" to hint maps

This commit is contained in:
Gered 2016-05-20 18:13:55 -04:00
parent eddcfa0929
commit e2dc232392

View file

@ -300,8 +300,8 @@
(defn hint
"Create a hint."
[namespace hint]
{:namespace namespace :hint hint})
[namespace hint type]
{:namespace namespace :hint hint :type type})
(defn add-hint!
"Add a hint to the system."