Skip to content

Commit

Permalink
Docstring on VK type
Browse files Browse the repository at this point in the history
  • Loading branch information
quoll authored Aug 29, 2016
1 parent 1b169d9 commit fb350f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/naga/lang/pabu.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Parses code and returns Naga rules."
[{axiom :axiom :as axiom-ast} :- AxiomAST]
(triplet axiom))

(def VK (s/cond-pre s/Keyword s/Symbol))
(def VK "Either a Variable or a Keyword" (s/cond-pre s/Keyword s/Symbol))

(def Predicate [(s/one VK "property")
(s/one Args "arguments")])
Expand Down

0 comments on commit fb350f2

Please sign in to comment.