(datetime & args)
Creates a datetime checker function to check if the token is valid
Creates a datetime checker function to check if the token is valid
(datetime-interval from to)
Creates a datetime interval checker function
Creates a datetime interval checker function
(distance value' & [unit' normalized' precision'])
Create a distance condition
Create a distance condition
(integer & [min max & predicates])
Return a func (duckling pattern) checking that dim=number and integer=true, optional range (inclusive), and additional preds
Return a func (duckling pattern) checking that dim=number and integer=true, optional range (inclusive), and additional preds
(money value' & [unit' precision'])
Create a amount-of-money condition
Create a amount-of-money condition
(number value)
check if the token is a number equal to value. If value is integer, it also checks :integer true
check if the token is a number equal to value. If value is integer, it also checks :integer true
(quantity value unit & [product])
Create a quantity condition
Create a quantity condition
(read-corpus forms)
Read a list of symbol and return a Corpus map {:context {}, :tests []}
Read a list of symbol and return a Corpus map {:context {}, :tests []}
(temperature value' & [unit' precision'])
Create a temp condition
Create a temp condition
(this-ns)
Total hack to get ns of this file at compile time
Total hack to get ns of this file at compile time
(volume value unit & [normalized])
Create a volume condition
Create a volume condition
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close