Skip to content

Instantly share code, notes, and snippets.

@celwell
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save celwell/552318c5c08fc5a2bff2 to your computer and use it in GitHub Desktop.

Select an option

Save celwell/552318c5c08fc5a2bff2 to your computer and use it in GitHub Desktop.

Revisions

  1. celwell renamed this gist Jul 29, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. celwell created this gist Jul 29, 2014.
    6 changes: 6 additions & 0 deletions Thread-last and first
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    (-> test-results
    (->> (map #(list (:id %) (:prefill_config %))))
    flatten
    (->> (apply hash-map))
    keywordize-keys
    (select-keys (map keyword current-form-ids)))