7 lines
186 B
Clojure
7 lines
186 B
Clojure
(ns emptyhead.lib.core
|
|
"Core components of the stdlib."
|
|
(:require [emptyhead.thought.crud :as thought]))
|
|
|
|
(defn data [data]
|
|
(thought/make-thought :emptyhead.core.data :data data))
|