Skip to content

Commit

Permalink
Add docstring to ns
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Jan 7, 2016
1 parent c9baece commit 29833eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alandipert/intension.cljc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(ns alandipert.intension)
(ns alandipert.intension
"Functions for converting nested structures into sets of tuples.")

(defn paths
"Returns the set of paths into a nested map/vector."
Expand All @@ -13,7 +14,6 @@
(mapcat #(paths (conj parent %1) %2) (range) x)
:else [parent])))


(defn make-db
"Converts a nested structure of vectors/maps into a set of tuples suitable for
query by Datalog. Takes an optional configuration map that can contain these options:
Expand Down

0 comments on commit 29833eb

Please sign in to comment.